class ScoutApm::Config::NullCoercion
Simply returns the passed in value, without change
Public Instance Methods
coerce(val)
click to toggle source
# File lib/scout_apm/config.rb, line 166 def coerce(val) val end