Class: Array

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

Instance Method Summary collapse

Instance Method Details

#iterableObject



149
150
151
# File 'lib/rtiss_libxml_to_hash.rb', line 149

def iterable
  self
end

#to_libxmlnodeObject



153
154
155
# File 'lib/rtiss_libxml_to_hash.rb', line 153

def to_libxmlnode
  LibXmlNode.create(self, {}, "")
end