Module: CbetaShare

Instance Method Summary collapse

Instance Method Details

#to_html(e) ⇒ Object


3
4
5
6
7
8
9
# File 'lib/cbeta/cbeta_share.rb', line 3

def to_html(e)
  e.to_xml(
    encoding: 'UTF-8',
    save_with: Nokogiri::XML::Node::SaveOptions::AS_XML |
               Nokogiri::XML::Node::SaveOptions::NO_EMPTY_TAGS
  )
end