class Guard::Flay

Public Instance Methods

reload() click to toggle source
# File lib/guard/flay.rb, line 10
def reload; end
run_all() click to toggle source
# File lib/guard/flay.rb, line 12
def run_all; end
run_on_changes(paths) click to toggle source
# File lib/guard/flay.rb, line 14
def run_on_changes(paths)
  Processor.process paths
end
start() click to toggle source
# File lib/guard/flay.rb, line 8
def start; end