1 2 3 |
# if we are not called directly from TM (e.g. JavaScript) the caller
# should ensure that RUBYLIB is set properly
$: << "/lib" if ENV.has_key? "TM_SUPPORT_PATH"
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 |
# if we are not called directly from TM (e.g. JavaScript) the caller
# should ensure that RUBYLIB is set properly
$: << "/lib" if ENV.has_key? "TM_SUPPORT_PATH"
|