# File lib/blimpy/fleet.rb, line 11
    def initialize
      @ships = []
      @id = Time.now.utc.to_i
      @airborn = false
    end