From 72bd7ed807192a0bf8bf60b6525f767bc67b1bde Mon Sep 17 00:00:00 2001 From: Christos Zisopoulos Date: Mon, 26 Jan 2009 10:18:58 +0100 Subject: Updated Object#try doc to match lifo's "no code change" revert c9b8a26ba1cd8277580fc2a554fe3a67a52f1756 --- activesupport/lib/active_support/core_ext/try.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/try.rb b/activesupport/lib/active_support/core_ext/try.rb index 5cee97fd0d..54a38c5189 100644 --- a/activesupport/lib/active_support/core_ext/try.rb +++ b/activesupport/lib/active_support/core_ext/try.rb @@ -1,5 +1,5 @@ class Object - # Invokes the method identified by +symbol+, passing it any arguments + # Invokes the method identified by the symbol +method+, passing it any arguments # and/or the block specified, just like the regular Ruby Object#send does. # # *Unlike* that method however, a +NoMethodError+ exception will *not* be raised -- cgit v1.2.3