Method: CbetaShare#to_html
- Defined in:
- lib/cbeta/cbeta_share.rb
#to_html(e) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/cbeta/cbeta_share.rb', line 9 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 |