Method: CSL::TextNode#to_s

Defined in:
lib/csl/node.rb

#to_sObject



507
508
509
# File 'lib/csl/node.rb', line 507

def to_s
  CSL.encode_xml_text text.to_s.strip
end