class Opal::Parser

def new_binary_call(recv, meth, arg)

def new_binary_call(recv, meth, arg)
  new_call(recv, meth, [arg])
end