[Source]
# File lib/rss/0.9.rb, line 168 168: def initialize(*args) 169: if Utils.element_initialize_arguments?(args) 170: super 171: else 172: super() 173: self.content = args[0] 174: end 175: end
[Validate]