Method: REXML::Object::ClassifiedElementList#clear

Defined in:
lib/voruby/misc/rexml_ext.rb

#clearObject



112
113
114
# File 'lib/voruby/misc/rexml_ext.rb', line 112

def clear
  self.each { |el| el.node.remove }
end