[前][次][番号順一覧][スレッド一覧]

ruby-changes:56500

From: Kazuhiro <ko1@a...>
Date: Sun, 14 Jul 2019 22:36:00 +0900 (JST)
Subject: [ruby-changes:56500] Kazuhiro NISHIYAMA: 5d606b5174 (master): doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=5d606b5174

From 5d606b5174a8842a6cf6397ee9c9e07736d6af8f Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Sun, 14 Jul 2019 21:56:45 +0900
Subject: doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]


diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index 201fe7b..6e5ec68 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -60,6 +60,7 @@ ENV::               The hash contains current environment variables. https://github.com/ruby/ruby/blob/trunk/doc/globals.rdoc#L60
 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.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]