Flowdock
entity(ref) private

No documentation

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

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
Register or log in to add new notes.