Sha256: e77bc3dd5c676a498795003130b684da4c80712fc266e5d8ef17405837ce33b1

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

require 'dry/effects/provider'

module Dry
  module Effects
    module Providers
      class Random < Provider[:random]
        public :rand
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dry-effects-0.1.2 lib/dry/effects/providers/random.rb
dry-effects-0.1.1 lib/dry/effects/providers/random.rb
dry-effects-0.1.0 lib/dry/effects/providers/random.rb
dry-effects-0.1.0.alpha2 lib/dry/effects/providers/random.rb
dry-effects-0.1.0.alpha lib/dry/effects/providers/random.rb