Home
Pages
Classes
Methods
Pages
Guardfile
guard “rubycritic” do
watch
(
%r{^app/(.+)\.rb$}
)
watch
(
%r{^lib/(.+)\.rb$}
)
end