Class: Ratel::Configuration
- Inherits:
-
Object
- Object
- Ratel::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/ratel/config.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#param_name ⇒ Object
21 22 23 |
# File 'lib/ratel/config.rb', line 21 def param_name config.param_name.respond_to?(:call) ? config.param_name.call : config.param_name end |