Module: Ruby
Constant Summary
-
COPYRIGHT =
# File 'version.c', line 165
The copyright string for ruby
MKSTR(copyright)
-
DESCRIPTION =
# File 'version.c', line 255
MKSTR(description)
/* MKSTR(description) */ description
-
ENGINE =
# File 'version.c', line 169
MKSTR(engine)
/* MKSTR(engine) */ ruby_engine_name
-
ENGINE_VERSION =
# File 'version.c', line 174
MKSTR(version)
/* MKSTR(version) */ version
-
PATCHLEVEL =
# File 'version.c', line 157
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 152
The platform for this ruby
MKSTR(platform)
-
RELEASE_DATE =
# File 'version.c', line 148
The date this ruby was released
MKSTR(release_date)
-
REVISION =
# File 'version.c', line 161
The GIT commit hash for this ruby.
MKSTR(revision)
-
VERSION =
# File 'version.c', line 144
MKSTR(version)
/* MKSTR(version) */ version