class SaferRailsConsole::Configuration

Constants

CONFIG_DEFAULTS

Public Instance Methods

set(**new_config) click to toggle source
# File lib/safer_rails_console.rb, line 84
def set(**new_config)
  config.merge!(new_config.select { |k, _v| CONFIG_DEFAULTS.key?(k) })
end