aboutsummaryrefslogtreecommitdiffstats
path: root/lib/matrix.rb
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-20 06:00:04 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-20 06:00:04 +0000
commit4b279cfdd2e3e4a05e852632f3305c893f6c46a4 (patch)
treed172dbcca9d3d2118639f285aff8cfb6f2e9fd7c /lib/matrix.rb
parentb7cbe4e2e3df19a2a3b0c7325b32d97cddd4a497 (diff)
downloadruby-4b279cfdd2e3e4a05e852632f3305c893f6c46a4.tar.gz
parse.y: Fix the locations of NODE_FCALL
* parse.y: Update the locations of NODE_FCALL when nd_args is determined. e.g. The locations of NODE_FCALL is fixed: ``` a 1 ``` * Before ``` NODE_FCALL (line: 1, first_lineno: 1, first_column: 0, last_lineno: 1, last_column: 1) ``` * After ``` NODE_FCALL (line: 1, first_lineno: 1, first_column: 0, last_lineno: 1, last_column: 3) ``` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/matrix.rb')
0 files changed, 0 insertions, 0 deletions