summaryrefslogtreecommitdiff
path: root/doc/syntax/calling_methods.rdoc
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-20 10:53:31 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-20 10:53:31 +0000
commit4d4b60aceac9daceeea1e0fc0112821dbcd10567 (patch)
tree9f3373e34914f62d36afb695111ee9002d565462 /doc/syntax/calling_methods.rdoc
parentb5425ad780b06bc24362953097fd3baf5f1147c4 (diff)
Fix locations of NODE_SCOPE in lambda.
* parse.y: Fix to start with the argument. e.g. The locations of the NODE_SCOPE is fixed: ``` -> x { 1 + 2 } ``` * Before ``` NODE_SCOPE (line: 1, location: (1,2)-(1,14)) ``` * After ``` NODE_SCOPE (line: 1, location: (1,3)-(1,14)) ``` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/syntax/calling_methods.rdoc')
0 files changed, 0 insertions, 0 deletions