# File lib/guard/group.rb, line 30
    def initialize(name, options = {})
      @name    = name.to_sym
      @options = options
    end