# File lib/mocha/parameter_matchers/optionally.rb, line 5 5: def optionally(*matchers) 6: Optionally.new(*matchers) 7: end