Class: ScoutApm::Config::NullCoercion
- Inherits:
-
Object
- Object
- ScoutApm::Config::NullCoercion
- Defined in:
- lib/scout_apm/config.rb
Overview
Simply returns the passed in value, without change
Instance Method Summary collapse
Instance Method Details
#coerce(val) ⇒ Object
175 176 177 |
# File 'lib/scout_apm/config.rb', line 175 def coerce(val) val end |