[Source]
# File rss/0.9.rb, line 582 def initialize(domain=nil, content=nil) super() @domain = domain @content = content end
[Validate]