Atom::Content behaves the same as an Atom::Text, but for two things:
[Source]
# File lib/atom/text.rb, line 206 def src= v @content = nil if self.base @src = (self.base.to_uri + v).to_s else @src = v end end
[Validate]