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