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 TOPLEVEL_BINDING [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-07-14 21:56:45 +09:00
parent 7ac7685fa7
commit 5d606b5174
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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.