# File lib/blimpy/box.rb, line 99 def destroy unless @server.nil? predestroy @server.destroy postdestroy File.unlink(state_file) end end