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