Libraries
»
spring
(1.6.3)
»
Index
»
Spring
»
Watcher
»
Abstract
»
#restart
Method: Spring::Watcher::Abstract#restart
Defined in:
lib/spring/watcher/abstract.rb
#
restart
⇒
Object
68 69 70 71
# File 'lib/spring/watcher/abstract.rb', line 68
def
restart
stop
start
end