From 5d606b5174a8842a6cf6397ee9c9e07736d6af8f Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sun, 14 Jul 2019 21:56:45 +0900 Subject: [PATCH] doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip] --- doc/globals.rdoc | 1 + 1 file changed, 1 insertion(+) 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 __END__. +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.