class Guard::Kjell

Constants

VERSION

Public Instance Methods

run_all() click to toggle source
# File lib/guard/kjell.rb, line 7
def run_all
  puts "Running '#{options[:cmd]}'"
  system options[:cmd]
end
run_on_modifications(paths) click to toggle source
# File lib/guard/kjell.rb, line 12
def run_on_modifications(paths)
  puts "Running '#{options[:cmd]}'"
  system options[:cmd]
end