ruby-changes:56219
From: git <ko1@a...>
Date: Wed, 26 Jun 2019 01:53:31 +0900 (JST)
Subject: [ruby-changes:56219] git: dd57442f74 (trunk): * remove trailing spaces.
https://git.ruby-lang.org/ruby.git/commit/?id=dd57442f74 From dd57442f74024af465a16b7e19a34d0fc8533a53 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Wed, 26 Jun 2019 01:53:19 +0900 Subject: * remove trailing spaces. diff --git a/doc/syntax/assignment.rdoc b/doc/syntax/assignment.rdoc index 08ee609..2e2661c 100644 --- a/doc/syntax/assignment.rdoc +++ b/doc/syntax/assignment.rdoc @@ -115,7 +115,7 @@ Using +eval+ to evaluate Ruby code will allow access to local variables in https://github.com/ruby/ruby/blob/trunk/doc/syntax/assignment.rdoc#L115 the same scope, even if the local variables are not assigned until after the call to +eval+. However, local variables assigned inside the call to +eval+ will not be reflected in the surrounding scope. Inside the call to +eval+, -local variables in the scope and local variables assigned inside the call to +local variables in the scope and local variables assigned inside the call to +eval+ will be accessible. However, you will not be able to access local variables assigned in previous or subsequent calls to +eval+ in the same scope. Consider each +eval+ call a separate nested scope. Example: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/