Class: LibXML::XML::Node
- Inherits:
-
Object
- Object
- LibXML::XML::Node
- Defined in:
- lib/libxml/ext/string.rb
Instance Method Summary collapse
Instance Method Details
#to_s(sep = nil) ⇒ Object
39 40 41 |
# File 'lib/libxml/ext/string.rb', line 39 def to_s(sep = nil) content.strip end |