summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 21:57:44 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 22:15:42 +0900
commit9a402cf61f5ab86944c52466ae2e4db95bcc5f90 (patch)
treeb1f0c458ad6270208ff5b3bddbeb1bd77d3b465a /doc
parent5d606b5174a8842a6cf6397ee9c9e07736d6af8f (diff)
doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/globals.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index 6e5ec68aaf..6ec7d9a0a7 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -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.