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