Skip to content

Commit f3625fc

Browse files
committed
Create Guardfile
1 parent cc4d475 commit f3625fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Guardfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)