class Reek::Configuration::AppConfiguration
def self.from_hash(hash)
-
(AppConfiguration)
-
Parameters:
-
hash
(Hash
) -- The configuration hash to load.
def self.from_hash(hash) new(values: hash) end
(AppConfiguration)
-
hash
(Hash
)
-- The configuration hash to load.
def self.from_hash(hash) new(values: hash) end