Sha256: 85972cfb8491dd7b69acb274f76c9c56e15a30607f3dd065f31c38654ff00898
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
require 'configatron/version' require 'configatron/deep_clone' require 'configatron/errors' require 'configatron/root_store' require 'configatron/store' # Proc *must* load before dynamic/delayed, or else Configatron::Proc # will refer to the global ::Proc require 'configatron/proc' require 'configatron/delayed' require 'configatron/dynamic' class Configatron end # NO_EXT gets defined when you require "configatron/core", which # signals that you don't want any extensions. It'd be nice to have a # better internal signaling mechanism (could use environment # variables, but then they become part of the public interface). unless defined?(Configatron::NO_EXT) require 'configatron/ext/kernel' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
configatron-4.0.3 | lib/configatron.rb |