| Class | RSS::Rss::Channel::Item::Category |
| In: |
lib/rss/0.9.rb
|
| Parent: | Element |
# File lib/rss/0.9.rb, line 348
348: def initialize(*args)
349: if Utils.element_initialize_arguments?(args)
350: super
351: else
352: super()
353: self.domain = args[0]
354: self.content = args[1]
355: end
356: end