class Steep::AST::Namespace

def ==(other)

def ==(other)
  other.is_a?(Namespace) && other.path == path && other.absolute? == absolute?
end