Home
Pages
Classes
Methods
Pages
Guardfile
guard ‘goliath’ do
watch
(
'Gemfile.lock'
)
watch
(
%r{.+\.rb$}
)
end