Class: Pow::Restart
- Inherits:
-
Object
- Object
- Pow::Restart
- Defined in:
- lib/pow.rb
Instance Method Summary collapse
-
#initialize ⇒ Restart
constructor
A new instance of Restart.
Constructor Details
#initialize ⇒ Restart
Returns a new instance of Restart.
54 55 56 |
# File 'lib/pow.rb', line 54 def initialize Runner.run "touch tmp/restart.txt" end |