# File lib/blimpy/helpers/state.rb, line 8 def ensure_state_folder unless File.exist? state_folder Dir.mkdir(state_folder) end end
# File lib/blimpy/helpers/state.rb, line 14 def state_file raise NotImplementedError, '#state_file should be implemented in a consumer' end
# File lib/blimpy/helpers/state.rb, line 4 def state_folder File.join(Dir.pwd, '.blimpy.d') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.