Class: LibXML::XML::Attr
- Inherits:
-
Object
- Object
- LibXML::XML::Attr
- Defined in:
- lib/libxml/ext/string.rb
Instance Method Summary collapse
Instance Method Details
#to_s(sep = nil) ⇒ Object
31 32 33 |
# File 'lib/libxml/ext/string.rb', line 31 def to_s(sep = nil) value.strip end |