module Magick::RVG::Describable

def title

the 'title' property on the image
Returns the title of this object. The RVG object title is stored as
def title
    @title.to_s
end