Notes:
First public release. Works fine as long as your camping app is not launched using 'camping'.
i.e. this works:
# ruby <your camping app>.rb
But this does not:
# camping <your camping app>.rb
Why? Because I can't figure out how to extend Camping without breaking the auto class reloader :(
Changes:
|