There's no documentation for this item.
# File rss/xmlscanner.rb, line 111 def entity(ref) ent = ENTITIES[ref] if ent ent else wellformed_error("undefined entity: #{ref}") end end
<code/>
<pre/>
<code/>and<pre/>for code samples.