summaryrefslogtreecommitdiff
path: root/config/initializers/xmlparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/xmlparser.rb')
-rw-r--r--config/initializers/xmlparser.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/initializers/xmlparser.rb b/config/initializers/xmlparser.rb
index ba8660a..9c3f1c8 100644
--- a/config/initializers/xmlparser.rb
+++ b/config/initializers/xmlparser.rb
@@ -3,4 +3,12 @@ class XML::Node
3 self.next = other 3 self.next = other
4 remove! 4 remove!
5 end 5 end
6end
7
8module Builder
9 class XmlBase
10 def _escape(text)
11 text
12 end
13 end
6end \ No newline at end of file 14end \ No newline at end of file