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
189 190 191 |
# File 'lib/scout_apm/config.rb', line 189 def coerce(val) val end |