diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-23 21:37:39 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-23 21:37:39 +0000 |
commit | f6327e732fbc8c68dae163401d283924769dee8d (patch) | |
tree | 47f2922c8db27b572148164f8de904fa569bd7de /test/rss/rss-assertions.rb | |
parent | d1c42e4f341e063d3849a3a9e3622b7261735559 (diff) |
Suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/rss-assertions.rb')
-rw-r--r-- | test/rss/rss-assertions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/rss-assertions.rb b/test/rss/rss-assertions.rb index 86f9dd87c0..090980a650 100644 --- a/test/rss/rss-assertions.rb +++ b/test/rss/rss-assertions.rb @@ -972,7 +972,7 @@ EOA feed_readers) do |maker| yield maker targets = chain_reader(maker, maker_readers) - target = targets.new_child + targets.new_child end end |