polyrex 0.5.6 → 0.5.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/polyrex.rb +1 -1
- metadata +1 -1
data/lib/polyrex.rb
CHANGED
@@ -109,7 +109,7 @@ class Polyrex
|
|
109
109
|
a.each do |x|
|
110
110
|
|
111
111
|
tag_name = @recordx[i].to_s
|
112
|
-
line = x.shift
|
112
|
+
line = x.shift
|
113
113
|
|
114
114
|
@field_names = @format_masks[i].to_s.scan(/\[!(\w+)\]/).flatten.map(&:to_sym)
|
115
115
|
t = @format_masks[i].to_s.gsub(/\[!(\w+)\]/, '(.*)').sub(/\[/,'\[').sub(/\]/,'\]')
|