summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 21:56:45 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 22:15:42 +0900
commit5d606b5174a8842a6cf6397ee9c9e07736d6af8f (patch)
tree785ae54a06ffcd17f4c6152ba144b8547d461367 /doc
parent7ac7685fa7a266e74102ac8ed067035ebfebe6e6 (diff)
doc/globals.rdoc: Add TOPLEVEL_BINDING [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 201fe7b387..6e5ec68aaf 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -60,6 +60,7 @@ ENV:: The hash contains current environment variables.
ARGF:: The virtual concatenation of the files given on command line (or from $stdin if no files were given).
ARGV:: An Array of command line arguments given for the script.
DATA:: The file object of the script, pointing just after <code>__END__</code>.
+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.