Method: Magick::RVG::Describable#title

Defined in:
lib/rvg/describable.rb

#titleObject

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

[View source]

33
34
35
# File 'lib/rvg/describable.rb', line 33

def title
    @title.to_s
end