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