# File lib/blimpy/fleet.rb, line 49 def save! File.open(state_file, 'w') do |f| f.write("id=#{id}\n") end end