Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#try(*args) ⇒ Object



22
23
24
# File 'lib/daiku/core_ext.rb', line 22

def try(*args)
  nil
end

#try!(*args) ⇒ Object



26
27
28
# File 'lib/daiku/core_ext.rb', line 26

def try!(*args)
  nil
end