Class: Pacer::Pipes::UnwrappingPipe
- Inherits:
-
RubyPipe
- Object
- AbstractPipe
- RubyPipe
- Pacer::Pipes::UnwrappingPipe
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
#getCurrentPath ⇒ Object
12
13
14
|
# File 'lib/pacer/pipe/unwrapping_pipe.rb', line 12
def getCurrentPath
starts.getCurrentPath
end
|
#getSideEffect ⇒ Object
4
5
6
|
# File 'lib/pacer/pipe/unwrapping_pipe.rb', line 4
def getSideEffect
starts.getSideEffect
end
|
#processNextStart ⇒ Object
8
9
10
|
# File 'lib/pacer/pipe/unwrapping_pipe.rb', line 8
def processNextStart
starts.next.element
end
|