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

doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-07-14 21:57:44 +09:00
parent 5d606b5174
commit 9a402cf61f
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -64,6 +64,7 @@ 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_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.