Module: CSVPP::CoreExtensions

Defined in:
lib/csvpp/core_extensions.rb

Overview

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

Examples:

Loading the core extensions to the current lexical scope


module MyScope
  using CSVPP::CoreExtensions

  # Extensions exist here

end

# Extensions no longer exist here