Home
Pages
Classes
Methods
Pages
Guardfile
guard 'rack' do
watch
(
'Gemfile.lock'
)
watch
(
%r{^(config|lib|app)/.*}
)
end