instance method
try
Ruby on Rails 2.3.18
Since v2.3.18Signature
try(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File activesupport/lib/active_support/core_ext/try.rb, line 33
def try(*args)
nil
end
Defined in activesupport/lib/active_support/core_ext/try.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in NilClass