类 RSS::Rss::Channel::SkipDays::Day

公共类方法

new(*args) 点击切换源代码
调用超类方法
# File rss-0.3.1/lib/rss/0.9.rb, line 175
def initialize(*args)
  if Utils.element_initialize_arguments?(args)
    super
  else
    super()
    self.content = args[0]
  end
end