Class: NilClass

Inherits:
Object show all
Defined in:
lib/maybe.rb,
lib/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#try(*args) ⇒ Object



12
13
14
# File 'lib/maybe.rb', line 12

def try(*args)
  nil
end