Class: ScoutApm::Config::IntegerCoercion
- Inherits:
-
Object
- Object
- ScoutApm::Config::IntegerCoercion
- Defined in:
- lib/scout_apm/config.rb
Instance Method Summary collapse
Instance Method Details
#coerce(val) ⇒ Object
168 169 170 |
# File 'lib/scout_apm/config.rb', line 168 def coerce(val) val.to_i end |