Sha256: 0364fae7333e8308c359dec72671e08d973f8e90f27ef5132b4ca397b79d4f94

Contents?: true

Size: 251 Bytes

Versions: 8

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

require 'dry/effects/effects/state'

module Dry
  module Effects
    module Effects
      class Reader < State
        def initialize(scope, writer: false, **opts)
          super
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dry-effects-0.1.5 lib/dry/effects/effects/reader.rb
dry-effects-0.1.4 lib/dry/effects/effects/reader.rb
dry-effects-0.1.3 lib/dry/effects/effects/reader.rb
dry-effects-0.1.2 lib/dry/effects/effects/reader.rb
dry-effects-0.1.1 lib/dry/effects/effects/reader.rb
dry-effects-0.1.0 lib/dry/effects/effects/reader.rb
dry-effects-0.1.0.alpha2 lib/dry/effects/effects/reader.rb
dry-effects-0.1.0.alpha lib/dry/effects/effects/reader.rb