class RBS::Types::ClassSingleton

def ==(other)

def ==(other)
  other.is_a?(ClassSingleton) && other.name == name
end