Module: Plexus::DirectedMultiGraphBuilder::ClassMethods
- Defined in:
- lib/plexus/directed_graph.rb
Instance Method Summary collapse
Instance Method Details
#[](*a) ⇒ Object
67 68 69 |
# File 'lib/plexus/directed_graph.rb', line 67 def [](*a) self.new.from_array(*a) end |