class Steep::AST::Types::Any

def ==(other)

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