Class: Raccoon::Configuration

Inherits:
Object
  • Object
show all
Includes:
ActiveSupport::Configurable
Defined in:
lib/raccoon/config.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#param_nameObject



17
18
19
# File 'lib/raccoon/config.rb', line 17

def param_name
  config.param_name.respond_to?(:call) ? config.param_name.call : config.param_name
end