Method: Ruby27Parser#_reduce_461
- Defined in:
- lib/ruby27_parser.rb
#_reduce_461(val, _values, result) ⇒ Object
11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/ruby27_parser.rb', line 11196 def _reduce_461(val, _values, result) _, arg = val result = s(:array, s(:splat, arg).line(arg.line)).line arg.line result end |