Zen guard allows to automatically run 'ruby path_to_enlightenment.rb'.
Please be sure to have Guard installed before continue.
Install the gem:
$ gem install guard-zen
Add it to your Gemfile (inside development group):
gem 'guard-zen'
Add guard definition to your Guardfile by running this command:
$ guard init zen
Please read Guard usage doc
Zen guard can be use to resolv koans from Ruby Koans
guard 'zen' do
watch(%r{^*.\.rb$})
end
Please read Guard doc for more information about the Guardfile DSL.
- Source hosted at GitHub
- Report issues/Questions/Feature requests on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
!!!TODO