summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-26 12:21:45 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-26 12:21:45 +0000
commit2df0d9a1819c046cda51167e1d8a751d99b1c2cb (patch)
tree8325ebe1107c0067a28062bb402ec6ecbb61c0cc /lib
parent56e982d447624a9cef62e2d676719ed190f8c206 (diff)
* lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rss/maker.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rss/maker.rb b/lib/rss/maker.rb
index c4ddbcae99..824b2b2dcd 100644
--- a/lib/rss/maker.rb
+++ b/lib/rss/maker.rb
@@ -20,10 +20,10 @@ module RSS
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