class Cucumber::Core::Ast::Location::FilePath

def same_as?(other)

def same_as?(other)
  filename == other.filename
end

def to_s

def to_s
  filename
end