method

on_attr_charref

ruby latest stable - Class: RSS::XMLScanListener
on_attr_charref(code)
public

No documentation available.

# File lib/rss/xmlscanner.rb, line 96
    def on_attr_charref(code)
      @current_attr << [code].pack('U')
    end