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