Module: Faymora::Rectifier
- Defined in:
- lib/faymora/rectifier.rb
Instance Method Summary collapse
- #rectifier ⇒ Object
- #rectify ⇒ Object
-
#set_rectifier(rectifier) ⇒ Object
rectifies the bottleneck.
Instance Method Details
#rectifier ⇒ Object
9 10 11 |
# File 'lib/faymora/rectifier.rb', line 9 def rectifier @rectifier ||= eXipno.spawn( :rectifier, self.client ) end |
#rectify ⇒ Object
13 14 15 |
# File 'lib/faymora/rectifier.rb', line 13 def rectify rectifier.rectify end |
#set_rectifier(rectifier) ⇒ Object
rectifies the bottleneck
4 5 6 7 |
# File 'lib/faymora/rectifier.rb', line 4 def set_rectifier( rectifier ) @rectifier = rectifier # use its output as input, keep the usual output for the process. end |