class Hanami::Config::NullConfig

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)

Public Instance Methods

finalize!(*) click to toggle source
# File lib/hanami/config/null_config.rb, line 13
def finalize!(*)
end