Class: Array

Inherits:
Object show all
Defined in:
lib/multimap/extras/graphing.rb

Instance Method Summary collapse

Instance Method Details

#to_graph_labelObject



18
19
20
# File 'lib/multimap/extras/graphing.rb', line 18

def to_graph_label
  "{#{map { |e| e.to_graph_label }.join('|')}}"
end