Method: Magick::RVG::Describable#title
- Defined in:
- lib/rvg/describable.rb
permalink #title ⇒ Object
Returns the title of this object. The RVG object title is stored as the ‘title’ property on the image
33 34 35 |
# File 'lib/rvg/describable.rb', line 33 def title @title.to_s end |