facets-load.rb

Path: lib/core/facets-load.rb
Last Update: Tue Apr 05 12:29:58 -0400 2011

This simply adds core/facets to the load path so that you can more easily cherry pick methods, if that‘s how you prefer to use facets.

Ex.

  require 'facets-load'
  require 'kernel/with'
  require 'symbol/to_proc'

[Validate]