Class: Pow::Restart

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

Instance Method Summary collapse

Constructor Details

#initializeRestart

Returns a new instance of Restart.



54
55
56
# File 'lib/pow.rb', line 54

def initialize
  Runner.run "touch tmp/restart.txt"
end