class Mocha::ParameterMatchers::RegexpMatches

def initialize(regexp)

Other tags:
    Private: -
def initialize(regexp)
  @regexp = regexp
end