RubyGems.org

using

0.1.5

Flexibly load ruby files. This gem will automatically add File.expand_path(File.dirname(__FILE__) + "/my_mod/my_file") with a simple declaration. Uses non-obtrusive methods - it won't polute Object or Kernel (although you are free to, if you so choose). This also allows you to switch between require, load, and autoload on a project wide basis.

installgem install using
Authors

Scott Taylor

669 total downloads 669 for this version
Owners

369b9fd2a0d9e7cdbc60907a2a056ad9

Gemfile
gem "using", "~> 0.1.5"
Versions
  1. 0.1.5 November 24, 2009
Runtime Dependencies
  1. facets >= 0