# File lib/facet/enumerable/every.rb, line 9
    def method_missing(op, *args) ; @func.call(op, *args) ; end