class Gem::RequestSet::GemDependencyAPI
def gem_group(name, options) # :nodoc:
def gem_group(name, options) # :nodoc: g = options.delete :group all_groups = g ? Array(g) : [] groups = options.delete :groups all_groups |= groups if groups all_groups |= @current_groups if @current_groups all_groups end