Sha256: 76a8cc37a9b67cc1bd7446a77682d58ad582955ae838faadd43d13935f3e9fe0

Contents?: true

Size: 318 Bytes

Versions: 7

Compression:

Stored size: 318 Bytes

Contents

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

module LHC
  include BasicMethods

  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

7 entries across 7 versions & 1 rubygems

Version Path
lhc-3.1.1 lib/lhc.rb
lhc-3.1.0 lib/lhc.rb
lhc-3.0.0 lib/lhc.rb
lhc-2.0.0 lib/lhc.rb
lhc-1.2.0 lib/lhc.rb
lhc-1.1.0 lib/lhc.rb
lhc-0.2.1 lib/lhc.rb