Method: Magick::RVG::Describable#desc

Defined in:
lib/rvg/describable.rb

#descObject

Returns the description of this object. The RVG object description is stored as the ‘desc’ property on the image

[View source]

39
40
41
# File 'lib/rvg/describable.rb', line 39

def desc
    @desc.to_s
end