class Cucumber::CucumberExpressions::ParameterTypeMatcher

def initialize(parameter_type, regexp, text, match_position = 0)

def initialize(parameter_type, regexp, text, match_position = 0)
  @parameter_type, @regexp, @text = parameter_type, regexp, text
  @match = @regexp.match(@text, match_position)
end