# File lib/pry/commands/help.rb, line 70
    def sorted_group_names(groups)
      groups.keys.sort_by(&method(:group_sort_key))
    end