# File lib/bundler/dsl.rb, line 134
    def group(*args, &blk)
      @groups.concat args
      yield
    ensure
      args.each { @groups.pop }
    end