Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#try(*_args) ⇒ Object



25
26
27
# File 'lib/try.rb', line 25

def try(*_args)
  nil
end