Module: Ruby
Constant Summary
-
COPYRIGHT =
# File 'version.c', line 166
The copyright string for ruby
MKSTR(copyright)
-
DESCRIPTION =
# File 'version.c', line 256
MKSTR(description)
/* MKSTR(description) */ description
-
ENGINE =
# File 'version.c', line 170
MKSTR(engine)
/* MKSTR(engine) */ ruby_engine_name
-
ENGINE_VERSION =
# File 'version.c', line 175
MKSTR(version)
/* MKSTR(version) */ version
-
PATCHLEVEL =
# File 'version.c', line 158
The patchlevel for this ruby. If this is a development build of ruby the patchlevel will be -1
MKINT(patchlevel)
-
PLATFORM =
# File 'version.c', line 153
The platform for this ruby
MKSTR(platform)
-
RELEASE_DATE =
# File 'version.c', line 149
The date this ruby was released
MKSTR(release_date)
-
REVISION =
# File 'version.c', line 162
The GIT commit hash for this ruby.
MKSTR(revision)
-
VERSION =
# File 'version.c', line 145
MKSTR(version)
/* MKSTR(version) */ version