acook / config_module

Load important configuration files into their own modules
MIT License
2 stars 2 forks source link

Removing the require for Pry, since its only needed during debugging. #13

Closed acook closed 11 years ago

acook commented 11 years ago

Pry is only needed for development debugging, yet it was included in the main lib without catching LoadErrors. In this case, the require can be removed without affecting the functionality at all.

Fixes #12