Method: Graph#fillcolor
- Defined in:
- lib/graph.rb
#fillcolor(n) ⇒ Object
Shortcut method to create a new fillcolor Attribute instance.
274 275 276 |
# File 'lib/graph.rb', line 274 def fillcolor n Attribute.new "fillcolor = #{n}" end |