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