Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#try(*args) ⇒ Object



9
10
11
# File 'lib/core_ext/object/try.rb', line 9

def try(*args)
  nil
end