Class: Pacer::Pipes::UnwrappingPipe

Inherits:
RubyPipe
  • Object
show all
Defined in:
lib/pacer/pipe/unwrapping_pipe.rb

Instance Attribute Summary

Attributes inherited from RubyPipe

#starts

Instance Method Summary collapse

Methods inherited from RubyPipe

#enablePath, #reset, #setStarts

Instance Method Details

#getCurrentPathObject



12
13
14
# File 'lib/pacer/pipe/unwrapping_pipe.rb', line 12

def getCurrentPath
  starts.getCurrentPath
end

#getSideEffectObject



4
5
6
# File 'lib/pacer/pipe/unwrapping_pipe.rb', line 4

def getSideEffect
  starts.getSideEffect
end

#processNextStartObject



8
9
10
# File 'lib/pacer/pipe/unwrapping_pipe.rb', line 8

def processNextStart
  starts.next.element
end