method

new

v1_9_3_392 - Show latest stable - Class: RSS::RDF::Channel
new(*args)
public

No documentation available.

# File lib/rss/1.0.rb, line 192
      def initialize(*args)
        if Utils.element_initialize_arguments?(args)
          super
        else
          super()
          self.about = args[0]
        end
      end