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