Class: REXMLUtiliyNodeString
- Inherits:
-
String
- Object
- String
- REXMLUtiliyNodeString
- Defined in:
- lib/crack/xml.rb
Overview
The Reason behind redefining the String Class for this specific plugin is to avoid the dynamic insertion of stuff on it (see version previous to this commit). Doing that disables the possibility of efectuating a dump on the structure. This way it goes.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
15 16 17 |
# File 'lib/crack/xml.rb', line 15 def attributes @attributes end |