class Cucumber::CucumberExpressions::CucumberExpression

def match(text)

def match(text)
  Argument.build(@tree_regexp, text, @parameter_types)
end