Sha256: 64c7fa96fbe5ab6f8b9ec98a9ac7630bec172d6b4265451af8c8fb99a02cc747

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

require "config_hound/loader"
require "config_hound/version"

module ConfigHound

  def self.load(paths, options = {})
    Loader.new(options).load(paths)
  end

end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
config_hound-1.2.1 lib/config_hound.rb
config_hound-1.2.0 lib/config_hound.rb