ruby-changes:28428
From: kou <ko1@a...>
Date: Fri, 26 Apr 2013 21:21:57 +0900 (JST)
Subject: [ruby-changes:28428] kou:r40480 (trunk): * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.
kou 2013-04-26 21:21:45 +0900 (Fri, 26 Apr 2013) New Revision: 40480 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40480 Log: * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment. Modified files: trunk/ChangeLog trunk/lib/rss/maker.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 40479) +++ ChangeLog (revision 40480) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Apr 26 21:21:17 2013 Kouhei Sutou <kou@c...> + + * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment. + Fri Apr 26 18:41:04 2013 Tanaka Akira <akr@f...> * ext/socket/extconf.rb: Use a block of enable_config() for Index: lib/rss/maker.rb =================================================================== --- lib/rss/maker.rb (revision 40479) +++ lib/rss/maker.rb (revision 40480) @@ -20,10 +20,10 @@ module RSS https://github.com/ruby/ruby/blob/trunk/lib/rss/maker.rb#L20 MAKERS = {} class << self - # Builder for an RSS object - # Creates an object of the type passed in +args+ - # - # Executes the +block+ to populate elements of the created RSS object + # Builder for an RSS object + # Creates an object of the type passed in +args+ + # + # Executes the +block+ to populate elements of the created RSS object def make(version, &block) self[version].make(&block) end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/