Sha256: 7a2f7f87eb497c0438c1e94c5ef20890e7e8380a7e34ec11b6d08e038b612f1a
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
require 'find' require 'active_support/inflector' Find.find('./lib').select { |p| /.*\.rb$/ =~ p }.each do |path| require(path) end module KrakenClient extend KrakenClient::Configurable def self.load(params = {}) KrakenClient::Application.new(params) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kraken_client-1.0.2 | lib/kraken_client.rb |