Method: Ruby27Parser#_reduce_73
- Defined in:
- lib/ruby27_parser.rb
#_reduce_73(val, _values, result) ⇒ Object
4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 |
# File 'lib/ruby27_parser.rb', line 4028 def _reduce_73(val, _values, result) recv, _, msg, args, block = val call = new_call recv, msg.to_sym, args block_dup_check call, block block.insert 1, call result = block result end |