class Cucumber::Core::Compiler

def source_line(id)

def source_line(id)
  gherkin_query.location(id).line
end