public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/zmalltalker/doc-rails.git
normalized colon as in the rest of this set of examples
Xavier Noria (author)
Thu Apr 10 05:29:42 -0700 2008
commit  c196a13c34c6abe13ae7bc7839a376d7a80b4e46
tree    c3dbbc8bd8615429f7c1c06dbc74fe67340e635e
parent  0025f55bd9606909996ee6c7aa19065f02411de3
...
109
110
111
112
 
113
114
115
...
109
110
111
 
112
113
114
115
0
@@ -109,7 +109,7 @@ module ActiveRecord #:nodoc:
0
     # </firm>
0
     #
0
     # To call any additional Procs use <tt>:procs</tt>. The Procs are passed a
0
- # modified version of the options hash that was given to +to_xml+.
0
+ # modified version of the options hash that was given to +to_xml+:
0
     #
0
     # proc = Proc.new { |options| options[:builder].tag!('abc', 'def') }
0
     # firm.to_xml :procs => [ proc ]

Comments

    No one has commented yet.