Class: Hanami::Config::NullConfig

Inherits:
Object
  • Object
show all
Includes:
Dry::Configurable
Defined in:
lib/hanami/config/null_config.rb

Overview

NullConfig can serve as a fallback config object when out-of-gem config objects are not available (specifically, when the hanami-controller, hanami-router or hanami-view gems are not loaded)

Since:

  • 2.0.0

Instance Method Summary collapse

Instance Method Details

#finalize!Object

Since:

  • 2.0.0



13
14
# File 'lib/hanami/config/null_config.rb', line 13

def finalize!(*)
end