Module: RedGrape::Pipe::Both

Included in:
Vertex
Defined in:
lib/red_grape/pipe/both_pipe.rb

Instance Method Summary collapse

Instance Method Details

#both(*opts) ⇒ Object



6
7
8
# File 'lib/red_grape/pipe/both_pipe.rb', line 6

def both(*opts)
  BothPipe.new self, *opts
end