Module: Ruby
Relationships & Source Files | |
Defined in: | version.c |
Overview
The Ruby module that contains portable information among implementations.
The constants defined here are aliased in the toplevel with RUBY_
prefix.
Constant Summary
-
COPYRIGHT =
The copyright string for ruby
MKSTR(copyright)
-
DESCRIPTION =
MKSTR(description)
/* MKSTR(description) */ description
-
ENGINE =
MKSTR(engine)
/* MKSTR(engine) */ ruby_engine_name
-
ENGINE_VERSION =
MKSTR(version)
/* MKSTR(version) */ version
-
PATCHLEVEL =
The patchlevel for this ruby. If this is a development build of ruby the patchlevel will be -1
MKINT(patchlevel)
-
PLATFORM =
The platform for this ruby
MKSTR(platform)
-
RELEASE_DATE =
The date this ruby was released
MKSTR(release_date)
-
REVISION =
The GIT commit hash for this ruby.
MKSTR(revision)
-
VERSION =
MKSTR(version)
/* MKSTR(version) */ version