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