Sha256: 15c345d103402b77eccc975a79b5bd8ddda189895620aa5b72e9a729856294a3

Contents?: true

Size: 82 Bytes

Versions: 2

Compression:

Stored size: 82 Bytes

Contents

module Stages
  class Noop < Stage
    def |(other)
      other
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stages-1.2.1 lib/stages/noop.rb
stages-1.2.0 lib/stages/Noop.rb