Method: Rubigraph::Edge#label=

Defined in:
lib/rubigraph.rb

#label=(l) ⇒ Object



117
118
119
# File 'lib/rubigraph.rb', line 117

def label=(l)
  set_attribute('label', l)
end