method

new

v1_9_2_180 - Show latest stable - Class: RSS::Rss::Channel::SkipHours::Hour
new(*args)
public

No documentation available.

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