Closed GavinJoyce closed 11 years ago
RestPack::Service::Loader.load 'core', Dir.pwd
would be better as:
RestPack::Service::Loader.load 'core'
we can get the caller path from http://www.ruby-doc.org/core-2.0.0/Kernel.html#method-i-caller
https://github.com/RestPack/restpack_service/commit/3402458e6ed39a00aed848f5bb0fa31ce038e3de
would be better as:
we can get the caller path from http://www.ruby-doc.org/core-2.0.0/Kernel.html#method-i-caller