class Cucumber::StepDefinitionLight

def initialize(regexp_source, location)

def initialize(regexp_source, location)
  @regexp_source = regexp_source
  @location = location
end