Method: Eclair::Group#header
- Defined in:
- lib/eclair/group.rb
#header ⇒ Object
32 33 34 35 36 |
# File 'lib/eclair/group.rb', line 32 def header ["Group #{@group_name}", "#{count} Instances Total", "#{count(&:running?)} Instances Running"] end |