class Cucumber::StepDefinitionLight

def hash

def hash
  regexp_source.hash + 31 * location.to_s.hash
end