From a37b8b33d4d5da6a671205551bf4473cea2a4692 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Apr 2005 10:56:19 +0000 Subject: Do document this... git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/kernel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/kernel.rb') diff --git a/activesupport/lib/active_support/core_ext/kernel.rb b/activesupport/lib/active_support/core_ext/kernel.rb index fe6f725bc0..a2cb827d77 100644 --- a/activesupport/lib/active_support/core_ext/kernel.rb +++ b/activesupport/lib/active_support/core_ext/kernel.rb @@ -10,7 +10,7 @@ module Kernel # # foo # => ['bar', 'baz'] # - def returning(value) #:nodoc: + def returning(value) yield value end -- cgit v1.2.3