Module: Plexus::UndirectedMultiGraphBuilder::ClassMethods
- Defined in:
- lib/plexus/undirected_graph.rb
Instance Method Summary collapse
Instance Method Details
#[](*a) ⇒ Object
45 46 47 |
# File 'lib/plexus/undirected_graph.rb', line 45 def [](*a) self.new.from_array(*a) end |