Method: IsoDoc::PresentationXMLConvert#sortable
- Defined in:
- lib/isodoc/presentation_function/index.rb
#sortable(str) ⇒ Object
48 49 50 51 |
# File 'lib/isodoc/presentation_function/index.rb', line 48 def sortable(str) str or return " " HTMLEntities.new.decode(Nokogiri::XML.fragment(str).text) end |