class Cucumber::StepDefinitionLight

def eql?(o)

def eql?(o)
  regexp_source == o.regexp_source && file_colon_line == o.file_colon_line
end