Method: Graph#fontsize
- Defined in:
- lib/graph.rb
#fontsize(size) ⇒ Object
Shortcut method to create a new fontsize Attribute instance.
289 290 291 |
# File 'lib/graph.rb', line 289 def fontsize size Attribute.new "fontsize = #{size}" end |