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