# File lib/facets/more/functor.rb, line 73
  def method_missing(op, *args, &blk)
    call(op, *(@arguments + args), &blk)
  end