rexle 0.9.35 → 0.9.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rexle.rb +1 -1
- metadata +1 -1
data/lib/rexle.rb
CHANGED
|
@@ -481,7 +481,7 @@ class Rexle
|
|
|
481
481
|
if raw_items[0][/^\d+$/] then
|
|
482
482
|
return raw_items[0].to_i
|
|
483
483
|
elsif raw_items[0] == 'position()' then
|
|
484
|
-
rrr = "i %s %s" % raw_items[1].gsub('<','<').gsub('>','>'), raw_items[-1]]
|
|
484
|
+
rrr = "i %s %s" % [raw_items[1].gsub('<','<').gsub('>','>'), raw_items[-1]]
|
|
485
485
|
return rrr
|
|
486
486
|
else
|
|
487
487
|
|