class Bundler::Definition
def requested_groups
def requested_groups self.groups - Bundler.settings.without - @optional_groups + Bundler.settings.with end
def requested_groups self.groups - Bundler.settings.without - @optional_groups + Bundler.settings.with end