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