Flowdock
xmldecl(version, encoding, standalone) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/xmlparser.rb, line 85
    def xmldecl(version, encoding, standalone)
      super
      # Encoding is converted to UTF-8 when XMLParser parses XML.
      @encoding = 'UTF-8'
    end
Register or log in to add new notes.