class Bundler::Dsl
def _combine_except(except)
def _combine_except(except) return @except unless except except = Array(except).compact.uniq.map { |o| o.to_s } except |= @except if @except except end
def _combine_except(except) return @except unless except except = Array(except).compact.uniq.map { |o| o.to_s } except |= @except if @except except end