# File lib/rvg/container.rb, line 62 def initialize super @content = Content.new yield(self) if block_given? end