Method: Eye::Application#resort_groups

Defined in:
lib/eye/application.rb

#resort_groupsObject



24
25
26
# File 'lib/eye/application.rb', line 24

def resort_groups
  @groups.sort! # used group method <=> to compare
end