Class: LibXML::XML::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/reddy/libxml_hacks.rb

Instance Method Summary collapse

Instance Method Details

#namespaced_to_sObject



3
4
5
# File 'lib/reddy/libxml_hacks.rb', line 3

def namespaced_to_s
  self.copy(true).to_s
end