[Source]
# File lib/rss/0.9.rb, line 136 136: def initialize(*args) 137: if Utils.element_initialize_arguments?(args) 138: super 139: else 140: super() 141: self.content = args[0] 142: end 143: end
[Validate]