Method: Graph::Edge#decorate

Defined in:
lib/graph.rb

#decorate(decorate) ⇒ Object

Sets the decorate attribute. Decorate connects the label to the deg with a line



546
547
548
# File 'lib/graph.rb', line 546

def decorate decorate
  self.attributes << "decorate = #{decorate}"
end