class Straightedge::Figures::Label
technically a label isn't even a figure, just a mark with an associated string
Attributes
text[R]
Public Instance Methods
says(text)
click to toggle source
# File lib/straightedge/figures/label.rb, line 7 def says(text) @text = text self end