use << when adding stuff to strings; use concat when appending arrays to arrays
This commit is contained in:
parent
acbaf67b65
commit
a32d5581b5
4 changed files with 14 additions and 13 deletions
|
|
@ -68,7 +68,6 @@ def parse(line)
|
|||
"articles" => Set::IntSpan.new(articles)}
|
||||
|
||||
@newsrc["group"][name] = group
|
||||
#@newsrc["list"] += [ group ]
|
||||
@newsrc["list"].push(group)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue