method
    
    entity
  entity(ref)
  private
  
    Hide source    
    
      
  
# File lib/rss/xmlscanner.rb, line 111 def entity(ref) ent = ENTITIES[ref] if ent ent else wellformed_error("undefined entity: #{ref}") end end

  
  