File: Guardfile

package info (click to toggle)
ruby-rouge 3.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,036 kB
  • sloc: ruby: 32,077; sed: 2,071; perl: 132; makefile: 7
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