From b486e50434df45d6e161eb359f576964a783e9e7 Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 26 Apr 2013 12:48:59 +0000 Subject: * lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rss/atom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rss/atom.rb') diff --git a/lib/rss/atom.rb b/lib/rss/atom.rb index 27f6f76ee4..fc16a381c1 100644 --- a/lib/rss/atom.rb +++ b/lib/rss/atom.rb @@ -719,8 +719,8 @@ module RSS end end - # Defines a top-level Atom Entry element - # + # Defines a top-level Atom Entry element + # class Entry < RSS::Element include RootElementMixin include CommonModel -- cgit v1.2.3