guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Weird naming conflict with Process and Guard::Process when using the guard-process gem with this one. #24

Closed jacortinas closed 13 years ago

jacortinas commented 13 years ago

For some reason the Process constant in this file, is actually referencing the Guard::Process constant in the guard-process gem. Force Process to refer to the top-most scope.

thibaudgg commented 13 years ago

Thanks!