diff options
Diffstat (limited to 'config/initializers/xmlparser.rb')
| -rw-r--r-- | config/initializers/xmlparser.rb | 8 |
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 |
| 6 | end | ||
| 7 | |||
| 8 | module Builder | ||
| 9 | class XmlBase | ||
| 10 | def _escape(text) | ||
| 11 | text | ||
| 12 | end | ||
| 13 | end | ||
| 6 | end \ No newline at end of file | 14 | end \ No newline at end of file |
