Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Do document this...

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1207 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Mon Apr 18 03:56:19 -0700 2005
commit  a37b8b33d4d5da6a671205551bf4473cea2a4692
tree    e37e31aff9ed67e3f8aad0fad9a57cb7b9ad67f6
parent  c35ad2d508e037ebd522d7a3b0a29fd26c68aece
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ module Kernel
0
   #
0
   # foo # => ['bar', 'baz']
0
   #
0
- def returning(value) #:nodoc:
0
+ def returning(value)
0
     yield
0
     value
0
   end

Comments

    No one has commented yet.