# File lib/blimpy/helpers/state.rb, line 8 def ensure_state_folder unless File.exist? state_folder Dir.mkdir(state_folder) end end