Method: Ruby22Parser#_reduce_71

Defined in:
lib/ruby22_parser.rb

#_reduce_71(val, _values, result) ⇒ Object



3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
# File 'lib/ruby22_parser.rb', line 3966

def _reduce_71(val, _values, result)
                      recv, _, msg, args, block = val
                      call = new_call recv, msg.to_sym, args, val[1]

                      block_dup_check call, block

                      block.insert 1, call
                      result = block
                    
    result
end