Sha256: 09edf4363b246edddcc24040b35a43acb9792518338e538c9100831f94558a25

Contents?: true

Size: 337 Bytes

Versions: 16

Compression:

Stored size: 337 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

16 entries across 16 versions & 1 rubygems

Version Path
lhc-3.8.1 lib/lhc.rb
lhc-3.8.0 lib/lhc.rb
lhc-3.7.3 lib/lhc.rb
lhc-3.7.2 lib/lhc.rb
lhc-3.7.2.1 lib/lhc.rb
lhc-3.7.1 lib/lhc.rb
lhc-3.7.0 lib/lhc.rb
lhc-3.7.0.pre1 lib/lhc.rb
lhc-3.6.1 lib/lhc.rb
lhc-3.6.0 lib/lhc.rb
lhc-3.5.5 lib/lhc.rb
lhc-3.5.4 lib/lhc.rb
lhc-3.5.3 lib/lhc.rb
lhc-3.5.2 lib/lhc.rb
lhc-3.5.1 lib/lhc.rb
lhc-3.5.0 lib/lhc.rb