Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#try(*args) ⇒ Object



12
13
14
# File 'lib/erv/support/try.rb', line 12

def try(*args)
  nil
end