Sha256: 23b2f3adb602eedd86c8ca2ab525e5ff33fc98daaf7b3f153011813380aef53b

Contents?: true

Size: 265 Bytes

Versions: 34

Compression:

Stored size: 265 Bytes

Contents

require 'unleash/bootstrap/provider/base'

module Unleash
  module Bootstrap
    module Provider
      class FromFile < Base
        # @param file_path [String]
        def self.read(file_path)
          File.read(file_path)
        end
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
unleash-6.0.9 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.8 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.8.beta.1 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.7 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.6 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.5 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.0 lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.5.pre lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.4.pre lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.3.pre lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.2.pre lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.1.pre lib/unleash/bootstrap/provider/from_file.rb
unleash-6.0.0.pre lib/unleash/bootstrap/provider/from_file.rb
unleash-5.1.1 lib/unleash/bootstrap/provider/from_file.rb
unleash-5.1.0 lib/unleash/bootstrap/provider/from_file.rb
unleash-5.0.7 lib/unleash/bootstrap/provider/from_file.rb
unleash-5.0.6 lib/unleash/bootstrap/provider/from_file.rb
unleash-5.0.5 lib/unleash/bootstrap/provider/from_file.rb
unleash-5.0.4 lib/unleash/bootstrap/provider/from_file.rb
unleash-5.0.3 lib/unleash/bootstrap/provider/from_file.rb