class Cucumber::Core::Ast::Location

def hash

def hash
  self.class.hash ^ to_s.hash
end