# File lib/mocha/parameter_matchers/optionally.rb, line 27
27:     def optionally(*matchers)
28:       Optionally.new(*matchers)
29:     end