rexle 0.9.36 → 0.9.37
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
|
@@ -27,7 +27,7 @@ include REXML
|
|
|
27
27
|
# 24-Jul-2011: Smybols are used for attribute keys instead of strings now
|
|
28
28
|
# 18-Jun-2011: A Rexle document can now be added to another Rexle document
|
|
29
29
|
# e.g. Rexle.new('<root/>').add Rexle.new "<a>123</a>"
|
|
30
|
-
|
|
30
|
+
|
|
31
31
|
module XMLhelper
|
|
32
32
|
|
|
33
33
|
def doc_print(children)
|