We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaf8cf commit 3b7d835Copy full SHA for 3b7d835
activesupport/lib/active_support/core_ext/object/try.rb
@@ -47,7 +47,7 @@ def try(*a, &b)
47
end
48
49
# Same as #try, but will raise a NoMethodError exception if the receiving is not nil and
50
- # does not implemented the tried method.
+ # does not implement the tried method.
51
def try!(*a, &b)
52
if a.empty? && block_given?
53
yield self
0 commit comments