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