# File lib/mocha/parameter_matchers/optionally.rb, line 33
    def optionally(*matchers)
      Optionally.new(*matchers)
    end