class Cucumber::Glue::StepDefinition

def location

The source location where the step definition can be found
def location
  @location ||= Cucumber::Core::Test::Location.from_source_location(*@proc.source_location)
end