Sha256: b4990f213d91fe027f7bc3bc7a8fa69e703175559c98c99d567385baa6d3e040

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

class BenchmarkCLI
  module Examples
    module APlusB
      class FlowsSCPMut < Flows::SharedContextPipeline
        mut_step :calculation

        def calculation(ctx)
          ctx[:cum] = ctx[:a] + ctx[:b]
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flows-0.6.0 bin/benchmark_cli/examples/a_plus_b/flows_scp_mut.rb
flows-0.5.1 bin/benchmark_cli/examples/a_plus_b/flows_scp_mut.rb
flows-0.5.0 bin/benchmark_cli/examples/a_plus_b/flows_scp_mut.rb
flows-0.4.0 bin/benchmark_cli/examples/a_plus_b/flows_scp_mut.rb