Method: ElasticAPM::Config#inspect
- Defined in:
- lib/elastic_apm/config.rb
#inspect ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
244 245 246 |
# File 'lib/elastic_apm/config.rb', line 244 def inspect super.split.first + '>' end |