Module: DrgDSL::CoreExtensions

Defined in:
lib/drgdsl/core_extensions.rb

Overview

Add core extensions here as refinements. Only load them when necessary, so that we don’t monkeypatch applications that load DrgDSL.

Examples:

Loading the core extensions to the current lexical scope


module MyScope
  using DrgDSL::CoreExtensions

  # Extensions exist here

end

# Extensions no longer exist here