Module: Runger

Defined in:
lib/runger/config.rb,
lib/runger/rbs.rb,
lib/runger_config.rb,
lib/runger_config.rb,
lib/runger/railtie.rb,
lib/runger/version.rb,
lib/runger/auto_cast.rb,
lib/runger/type_casting.rb,
lib/runger/optparse_config.rb,
lib/runger/utils/deep_merge.rb

Overview

:nodoc:

Defined Under Namespace

Modules: AutoCast, DynamicConfig, Ext, Generators, Loaders, NoCast, OptparseConfig, RBSGenerator, Rails, Testing, Tracing, Utils Classes: Config, EJSONParser, Env, OptionParserBuilder, Railtie, Settings, TypeCaster, TypeRegistry

Constant Summary collapse

DEFAULT_CONFIGS_PATH =
'config/configs'
VERSION =
'5.2.0'

Class Method Summary collapse

Class Method Details

.envObject



31
32
33
# File 'lib/runger_config.rb', line 31

def env
  @env ||= ::Runger::Env.new
end

.loadersObject



35
36
37
# File 'lib/runger_config.rb', line 35

def loaders
  @loaders ||= ::Runger::Loaders::Registry.new
end