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