Method: DeployInfo::State#find_state

Defined in:
lib/deploy-info/state.rb

#find_state(app) ⇒ Object



30
31
32
# File 'lib/deploy-info/state.rb', line 30

def find_state(app)
  state.detect { |h| h[:name].casecmp(app).zero? }
end