Class: WizardOfAwes::Configuration
- Inherits:
-
Object
- Object
- WizardOfAwes::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/wizard_of_awes/configuration.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#param_name ⇒ Object
17 18 19 |
# File 'lib/wizard_of_awes/configuration.rb', line 17 def param_name config.param_name.respond_to?(:call) ? config.param_name.call : config.param_name end |