method
on_charref
on_charref(code)
public
Hide source
# File lib/rss/xmlscanner.rb, line 74 def on_charref(code) text([code].pack('U')) end