From f3e35474078895e1d178e15cfbfc6743f9ffc62d Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 8 Nov 2010 20:59:01 +0000 Subject: * lib/*.rb: Remove unused variable warnings. Patch by Run Paint [ruby-core:30991] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rss/atom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rss/atom.rb') diff --git a/lib/rss/atom.rb b/lib/rss/atom.rb index ff8ff2249a..7720f77539 100644 --- a/lib/rss/atom.rb +++ b/lib/rss/atom.rb @@ -527,7 +527,7 @@ module RSS return false unless inline_other? return false if inline_other_xml? - media_type, subtype = mime_split + media_type, = mime_split return true if "text" == media_type.downcase false end -- cgit v1.2.3