Closed acook closed 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.
LoadError
require
Fixes #12
Pry is only needed for development debugging, yet it was included in the main lib without catching
LoadError
s. In this case, therequire
can be removed without affecting the functionality at all.Fixes #12