class Steep::AST::Namespace

def hash

def hash
  self.class.hash ^ path.hash ^ absolute?.hash
end