Class: NilClass

Inherits:
Object show all
Defined in:
lib/inactive_support/object/try.rb

Instance Method Summary collapse

Instance Method Details

#ctry(*_args) ⇒ Object



41
42
43
# File 'lib/inactive_support/object/try.rb', line 41

def ctry(*_args)
  nil
end

#try(*_args) ⇒ Object



37
38
39
# File 'lib/inactive_support/object/try.rb', line 37

def try(*_args)
  nil
end