Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#ctry(*args) ⇒ Object



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

def ctry(*args)
  nil
end

#try(*args) ⇒ Object



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

def try(*args)
  nil
end