Class: Guard::Autorefresh

Inherits:
Guard
  • Object
show all
Defined in:
lib/guard/autorefresh.rb

Instance Method Summary collapse

Instance Method Details

#run_on_change(paths) ⇒ Object



7
8
9
# File 'lib/guard/autorefresh.rb', line 7

def run_on_change(paths)
  system('autorefresh my_awesome_app')
end