use << when adding stuff to strings; use concat when appending arrays to arrays

This commit is contained in:
Ward Wouts 2002-08-01 11:50:09 +00:00
parent acbaf67b65
commit a32d5581b5
4 changed files with 14 additions and 13 deletions

View file

@ -68,7 +68,6 @@ def parse(line)
"articles" => Set::IntSpan.new(articles)}
@newsrc["group"][name] = group
#@newsrc["list"] += [ group ]
@newsrc["list"].push(group)
end