7 lines
84 B
Plaintext
Raw Normal View History

2023-03-20 13:15:43 -07:00
# typed: strict
class Object
sig { returns(T::Boolean) }
def present?; end
end