diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-29 09:05:21 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-29 09:05:21 +0000 |
commit | 39a241cec6a1761c7d4dccc5c155a2a83f7b6143 () | |
tree | 9a8daae72e706059929be480fc9236c08f9a10f4 /lib/rss/parser.rb | |
parent | 8ee383397d39cecc3cdf4dc30526907a208c46ce (diff) |
follow up the previous commit.
* lib/rss/parser.rb: merge documents from ruby_1_8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rss/parser.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ module RSS class NotValidXMLParser < Error def initialize(parser) super("#{parser} is not an available XML parser. " << - "Available XML parser is " << "#{AVAILABLE_PARSERS.inspect}.") end end |