Method: Spring::Application#state
- Defined in:
- lib/spring/application.rb
#state(val) ⇒ Object
21 22 23 24 25 |
# File 'lib/spring/application.rb', line 21 def state(val) return if exiting? log "#{@state} -> #{val}" @state = val end |