Module: RedGrape::Pipe::OutE
- Included in:
- Vertex
- Defined in:
- lib/red_grape/pipe/out_e_pipe.rb
Instance Method Summary collapse
- #out_e(*opts) ⇒ Object (also: #outE)
Instance Method Details
#out_e(*opts) ⇒ Object Also known as: outE
6 7 8 |
# File 'lib/red_grape/pipe/out_e_pipe.rb', line 6 def out_e(*opts) OutEPipe.new self, *opts end |