# File lib/mocha/parameter_matchers/regexp_matches.rb, line 26
26:     def regexp_matches(regexp)
27:       RegexpMatches.new(regexp)
28:     end