# File lib/blimpy/box.rb, line 135 def state_file if @server.nil? raise Exception, "I can't make a state file without a @server!" end File.join(state_folder, "#{@server.id}.blimp") end