install_image_item(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 15
      def self.install_image_item(klass)
        klass.module_eval("class ImageItem < ImageItemBase\nDublinCoreModel.install_dublin_core(self)\nend\n", __FILE__, __LINE__ + 1)
      end
Register or log in to add new notes.