class Magick::RVG::Group

def <<(obj) #:nodoc:

:nodoc:
by #use to insert a non-container object into a group.
Append an arbitrary object to the group's content. Called
def <<(obj)                     #:nodoc:
    @content << obj
end