class Steep::AST::Types::Class

def ==(other)

def ==(other)
  other.is_a?(Class)
end