[Source]
# File lib/rss/0.9.rb, line 141 141: def initialize(*args) 142: if Utils.element_initialize_arguments?(args) 143: super 144: else 145: super() 146: self.content = args[0] 147: end 148: end
[Validate]