rexle 0.6.5 → 0.6.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rexle.rb +1 -3
- metadata +1 -1
data/lib/rexle.rb
CHANGED
@@ -208,9 +208,7 @@ class Rexle
|
|
208
208
|
end
|
209
209
|
out
|
210
210
|
end
|
211
|
-
|
212
|
-
@schema = @doc.root.text('summary/schema')
|
213
|
-
@root_name = @doc.root.name
|
211
|
+
|
214
212
|
def format_attributes(condition)
|
215
213
|
raw_items = condition[1..-1].scan(/\'[^\']*\'|and|or|\d+|[!=]+|[@\w\.]+/)
|
216
214
|
|