# File lib/mocha/parameter_matchers/regexp_matches.rb, line 20 20: def regexp_matches(regexp) 21: RegexpMatches.new(regexp) 22: end