2023-03-21 17:37:46 -07:00

7 lines
84 B
Ruby

# typed: strict
class Object
sig { returns(T::Boolean) }
def present?; end
end