Class: Guard::Plant

Inherits:
Plugin
  • Object
show all
Defined in:
lib/guard/plant.rb

Instance Method Summary collapse

Instance Method Details

#run_on_additions(paths = []) ⇒ Object



6
7
8
# File 'lib/guard/plant.rb', line 6

def run_on_additions(paths = [])
  import_seeds(paths)
end

#run_on_modifications(paths = []) ⇒ Object



10
11
12
# File 'lib/guard/plant.rb', line 10

def run_on_modifications(paths = [])
  import_seeds(paths)
end

#startObject



14
15
16
# File 'lib/guard/plant.rb', line 14

def start
  import_seeds([])
end