How to use Guard to manage a ruby file? -
i have ruby file runs indefinitely. started ruby file.rb
. stopped ctrl-c.
how use guard start, stop , restart it?
i using guard-process, starts file correctly. however, when exiting guard, raises exception:
nomethoderror: undefined method `kill' guard::process:class
this should fixed if upgrade version of guard
(2.10.3 latest) , guard-process
(version 1.1.0 released).
if not, submit issue at: https://github.com/guard/guard-process along backtrace you're getting.
Comments
Post a Comment