30 31 32
# File 'lib/deploy-info/state.rb', line 30 def find_state(app) state.detect { |h| h[:name].casecmp(app).zero? } end