module Magick::RVG::Describable

def desc

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