Method: Licensed::Bundler::DefinitionExtensions#requested_groups

Defined in:
lib/licensed/sources/bundler/definition.rb

#requested_groupsObject

Override requested_groups to also exclude any groups that are in the “bundler.without” section of the licensed configuration file.



39
40
41
# File 'lib/licensed/sources/bundler/definition.rb', line 39

def requested_groups
  super - Array(force_exclude_groups)
end