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

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -