Home
Pages
Classes
Methods
Pages
Guardfile
guard :flog do
watch
(
%r{^lib/(.+)\.rb$}
)
# Rails example
watch
(
%r{^app/(.+)\.rb$}
)
end