# File lib/spring/application.rb, line 20
    def state(val)
      return if exiting?
      log "#{@state} -> #{val}"
      @state = val
    end