class Steep::AST::Types::Name::Module

def ==(other)

def ==(other)
  other.class == self.class &&
    other.name == name
end