module Cucumber::Core::Ast::HasLocation

def line

def line
  location.line
end