# File lib/core/facets/functor.rb, line 72
  def method_missing(op, *args, &blk)
    @function.call(op, *args, &blk)
  end