Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#try(*args) ⇒ Object

From: activesupport/lib/active_support/core_ext/object/try.rb, line 50



31
32
33
# File 'lib/core_ext/object.rb', line 31

def try(*args)
  nil
end