RSS::BaseListener
# File rss-0.2.9/lib/rss/rexmlparser.rb, line 36 def raise_for_undefined_entity? false end
# File rss-0.2.9/lib/rss/rexmlparser.rb, line 41 def xmldecl(version, encoding, standalone) super(version, encoding, standalone == "yes") # Encoding is converted to UTF-8 when REXML parse XML. @encoding = 'UTF-8' end
This page was generated for Ruby 3.1.0
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.