Module: Graffle::Note
- Includes:
- Text
- Defined in:
- lib/graffle/stereotypes.rb
Overview
Access to the RTF in an object’s note.
Instance Method Summary collapse
-
#as_rtf ⇒ Object
The RTF itself.
Methods included from Text
Instance Method Details
#as_rtf ⇒ Object
The RTF itself.
540 541 542 |
# File 'lib/graffle/stereotypes.rb', line 540 def as_rtf self end |