Class: Nokogiri::XML::Document

Inherits:
Object
  • Object
show all
Defined in:
lib/cocainum/overrides.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



50
# File 'lib/cocainum/overrides.rb', line 50

def to_hash; root == nil ? {} : Hash[[root.to_hash]]; end