Module: ScoutAgent::CoreExtensions

Defined in:
lib/scout_agent/core_extensions.rb

Overview

This Module holds a handful of extensions to the Ruby core used by our agent. This is in no way meant to be an ActiveSupport or Facets level support library. Instead, this should house a few simple conveniences that are intristic to the agent’s needs in some way.

For example, the agent tries to load matching source files for Classes and Modules in multiple places. Given that, it makes sense for us to add helper methods for these case coversions.

Defined Under Namespace

Modules: Array, Module, Object, ProcessModule, String, Time, TimeClass