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