1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Do document this...

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-04-18 10:56:19 +00:00
parent c35ad2d508
commit a37b8b33d4

View file

@ -10,7 +10,7 @@ module Kernel
#
# foo # => ['bar', 'baz']
#
def returning(value) #:nodoc:
def returning(value)
yield
value
end