Sha256: e0cffe8a03954d41fbbd78e505784fd9379a2b9aa8a6f1f0b90a816c5eb1503c
Contents?: true
Size: 557 Bytes
Versions: 1
Compression:
Stored size: 557 Bytes
Contents
# load-me ## ## Installation ## `$ gem install load-me` ## Usage ## <pre> require 'load-me' # add paths relative to ../lib from current file path LoadPath.relative_to(__FILE__, '../lib') # add folders to loadpath LoadPath.add('sound', 'network') # change context (base path) and add some more... LoadPath.relative_to(__FILE__, '../supporting/lib') LoadPath.add('mixins', 'helpers') </pre> ## TODO ## Suggestions for improvement are welcome! ## Copyright ## Copyright (c) 2010 Kristian Mandrup. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
load-me-0.1.0 | README.markdown |