Method: What::Helpers.overall_health

Defined in:
lib/what/helpers.rb

.overall_health(healths) ⇒ Object



6
7
8
# File 'lib/what/helpers.rb', line 6

def self.overall_health(healths)
  worst_health(healths)
end