File: Guardfile

package info (click to toggle)
ruby-rouge 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,836 kB
  • sloc: ruby: 38,168; sed: 2,071; perl: 152; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# frozen_string_literal: true

guard :shell do
  watch(/\.rb$/) { `rake` }
end