Sha256: 44efdaeadfced245054132ba91a5379efd8010b2c26b70f119539678bb34b89e

Contents?: true

Size: 169 Bytes

Versions: 8

Compression:

Stored size: 169 Bytes

Contents

Rule PairLoop
  input '1'
  output '2'
Flow
  rule PairA
  rule PairB
End

Rule PairA
  input '1'
  output '2'.touch
End

Rule PairB
  input '2'
  output '1'.touch
End

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pione-0.4.2 example/LoopByTouch/PairLoop.pione
pione-0.4.1 example/LoopByTouch/PairLoop.pione
pione-0.4.0 example/LoopByTouch/PairLoop.pione
pione-0.3.2 example/LoopByTouch/PairLoop.pione
pione-0.3.1 example/LoopByTouch/PairLoop.pione
pione-0.3.0 example/LoopByTouch/PairLoop.pione
pione-0.2.2 example/LoopByTouch/PairLoop.pione
pione-0.2.1 example/LoopByTouch/PairLoop.pione