Class: WatchHera

Inherits:
Object
  • Object
show all
Defined in:
lib/hera/watch_hera.rb

Instance Method Summary collapse

Constructor Details

#initializeWatchHera

Returns a new instance of WatchHera.



4
5
6
7
8
9
10
# File 'lib/hera/watch_hera.rb', line 4

def initialize

  puts "Hera will now watch for your template changes."
  puts "CTRL+C to stop watching."
  system "guard start"

end