Flowdock
install_image_favicon(klass) public

No documentation

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

Hide source
# File lib/rss/maker/image.rb, line 60
      def self.install_image_favicon(klass)
        klass.module_eval(          class ImageFavicon < ImageFaviconBase            DublinCoreModel.install_dublin_core(self)          end, __FILE__, __LINE__ + 1)
      end
Register or log in to add new notes.