1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Use capitalized "Ruby"

This commit is contained in:
Marcus Stollsteimer 2019-12-23 22:07:02 +01:00
parent ba9ccef818
commit a7b5018495

View file

@ -64,9 +64,9 @@ TOPLEVEL_BINDING:: The Binding of the top level scope.
RUBY_VERSION:: The Ruby language version.
RUBY_RELEASE_DATE:: The release date string.
RUBY_PLATFORM:: The platform identifier.
RUBY_PATCHLEVEL:: The patchlevel for this ruby. If this is a development build of ruby the patchlevel will be -1.
RUBY_REVISION:: The GIT commit hash for this ruby.
RUBY_COPYRIGHT:: The copyright string for ruby.
RUBY_PATCHLEVEL:: The patchlevel for this Ruby. If this is a development build of Ruby the patchlevel will be -1.
RUBY_REVISION:: The GIT commit hash for this Ruby.
RUBY_COPYRIGHT:: The copyright string for Ruby.
RUBY_ENGINE:: The name of the Ruby implementation.
RUBY_ENGINE_VERSION:: The version of the Ruby implementation.
RUBY_DESCRIPTION:: The same as <tt>ruby --version</tt>, a String describing various aspects of the Ruby implementation.