# File lib/mocha/parameter_matchers/optionally.rb, line 35
35:     def optionally(*matchers)
36:       Optionally.new(*matchers)
37:     end