7 lines
84 B
Plaintext
Raw Normal View History

2023-04-01 18:56:42 -07:00
# typed: strict
class Object
sig { returns(T::Boolean) }
def present?; end
end