dynarex-parser 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-parser.rb +1 -1
- metadata +1 -1
data/lib/dynarex-parser.rb
CHANGED
@@ -22,7 +22,7 @@ class DynarexParser
|
|
22
22
|
node_name = raw_records[/<(\w+)/,1]
|
23
23
|
records = raw_records.split(/(?=<#{node_name}>)/).map {|url| RexleParser.new(url).to_a}
|
24
24
|
|
25
|
-
@a = [root_name, "", {}, [summary, ['records', "",{}, *records]]]
|
25
|
+
@a = [root_name, "", {}, [*summary, ['records', "",{}, *records]]]
|
26
26
|
end
|
27
27
|
|
28
28
|
def to_a()
|