Class: REXMLUtiliyNodeString

Inherits:
String
  • Object
show all
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

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



15
16
17
# File 'lib/crack/xml.rb', line 15

def attributes
  @attributes
end