public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/juretta/doc-rails.git
Search Repo:
revised conventions in Object#copy_instance_variables_from
Xavier Noria (author)
Wed Mar 26 14:24:29 -0700 2008
commit  505e203d677d595c8007b38b6a16bb4d3ff10219
tree    a787d74554d94c76a13a051e0c1bfe0060113070
parent  d64aaa182daa27823ebe0a71bba89f2460b59ebf
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@
0
     instance_variables.map(&:to_s)
0
   end
0
 
0
- # Copies the instance variables of +object+ into self.
0
+ # Copies the instance variables of +object+ into +self+.
0
   #
0
   # Instance variable names in the +exclude+ array are ignored. If +object+
0
   # responds to <tt>protected_instance_variables</tt> the ones returned are

Comments

    No one has commented yet.