Module: Plexus::GraphBuilder::ClassMethods
- Defined in:
- lib/plexus/graph.rb
Instance Method Summary collapse
Instance Method Details
#[](*a) ⇒ Object
23 24 25 |
# File 'lib/plexus/graph.rb', line 23 def [](*a) self.new.from_array(*a) end |