Project

load-me

0.0
No commit activity in last 3 years
No release in over 3 years
Facilitates working with ruby $LOAD_PATH with some static functions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0.0
 Project Readme

load-me

Installation

The gem is available from RubyGems.org

$ gem install load-me

Usage

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')             

TODO

Suggestions for improvement are welcome!

Copyright

Copyright (c) 2010 Kristian Mandrup. See LICENSE for details.