Method: HTML5::TreeBuilders::Hpricot::DocumentFragment#initialize

Defined in:
lib/html5/treebuilders/hpricot.rb

#initializeDocumentFragment

Returns a new instance of DocumentFragment.



172
173
174
# File 'lib/html5/treebuilders/hpricot.rb', line 172

def initialize
  super('')
end