Class: WatchHera
- Inherits:
-
Object
- Object
- WatchHera
- Defined in:
- lib/hera/watch_hera.rb
Instance Method Summary collapse
-
#initialize ⇒ WatchHera
constructor
A new instance of WatchHera.
Constructor Details
#initialize ⇒ WatchHera
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 |