class Steep::Names::Base

def ==(other)

def ==(other)
  other.is_a?(self.class) && other.name == name && other.namespace == namespace
end