Method: Moneta::Config::ClassMethods#config_required_keys

Defined in:
lib/moneta/config.rb

#config_required_keysObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



36
37
38
# File 'lib/moneta/config.rb', line 36

def config_required_keys
  config_variable(:@config_required_keys) || Set.new
end