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 =
# File 'version.c', line 157
The copyright string for ruby
MKSTR(copyright)
-
DESCRIPTION =
# File 'version.c', line 247
MKSTR(description)
/* MKSTR(description) */ description
-
ENGINE =
# File 'version.c', line 161
MKSTR(engine)
/* MKSTR(engine) */ ruby_engine_name
-
ENGINE_VERSION =
# File 'version.c', line 166
MKSTR(version)
/* MKSTR(version) */ version
-
PATCHLEVEL =
# File 'version.c', line 149
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 144
The platform for this ruby
MKSTR(platform)
-
RELEASE_DATE =
# File 'version.c', line 140
The date this ruby was released
MKSTR(release_date)
-
REVISION =
# File 'version.c', line 153
The GIT commit hash for this ruby.
MKSTR(revision)
-
VERSION =
# File 'version.c', line 136
MKSTR(version)
/* MKSTR(version) */ version