Class: Pipetree::Railway::Stay

Inherits:
Strut
  • Object
show all
Defined in:
lib/pipetree/railway.rb

Overview

Call step proc and return incoming last step.

Constant Summary collapse

Decider =

simply pass through the current direction: e.g. Left or Right.

->(result, cfg, last, *) { last }

Method Summary

Methods inherited from Strut

#call, #initialize

Constructor Details

This class inherits a constructor from Pipetree::Railway::Strut