Sha256: b76a8f5643d2c85b89e73e08e01460ec6a433b3084078a8ec4ce50144bb312ee

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

module SCPErrorDemo
  class MySCP < ::Flows::SharedContextPipeline; end

  class NoImplSCP < ::Flows::SharedContextPipeline
    step :hello
  end

  class << self
    def no_steps
      MySCP.new
    end

    def no_step_impl
      NoImplSCP.new
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flows-0.6.0 bin/errors_cli/scp_error_demo.rb
flows-0.5.1 bin/errors_cli/scp_error_demo.rb
flows-0.5.0 bin/errors_cli/scp_error_demo.rb
flows-0.4.0 bin/errors_cli/scp_error_demo.rb