Sha256: 23408e0c97c5fcba21365fe2a6bafaf578d0b25abab04a9cd67b51f3a0c99e70

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

Dir[File.dirname(__FILE__) + '/lhc/concerns/lhc/*.rb'].sort.each {|file| require file }

module LHC
  include BasicMethods
  include Formats

  def self.config
    LHC::Config.instance
  end

  def self.configure
    LHC::Config.instance.reset
    yield config
  end
end

Gem.find_files('lhc/**/*.rb').sort.each { |path| require path }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lhc-3.4.0 lib/lhc.rb
lhc-3.3.0 lib/lhc.rb
lhc-3.2.0 lib/lhc.rb