# File lib/ambition/lib/ambition/order.rb, line 19
    def process_call(exp)
      receiver, method, other = *exp
      exp.clear

      translation(receiver, method, other)
    end