Class: ScoutApm::Config::NullCoercion

Inherits:
Object
  • Object
show all
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



166
167
168
# File 'lib/scout_apm/config.rb', line 166

def coerce(val)
  val
end