We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4d475 commit f3625fcCopy full SHA for f3625fc
Guardfile
@@ -0,0 +1,6 @@
1
+# A sample Guardfile
2
+# More info at https://github.com/guard/guard#readme
3
+
4
+guard :ruby do
5
+ watch(%r{(.*)\.rb$})
6
+end
0 commit comments