Initialize the groups array with the ‘:default` group.
See Also:
126 127 128
# File 'lib/guard.rb', line 126 def reset_groups @groups = [Group.new(:default)] end