Home
Pages
Classes
Methods
Pages
Guardfile
guard :shellexec, command: '/path/to/executable' do
watch
(
%r{^/path/to/watched/files}
)
end