class Cucumber::RbSupport::RbTransform

def match(arg)

def match(arg)
  arg ? arg.match(@regexp) : nil
end