class Bundler::CompactIndexClient

def execution_mode

Returns:
  • (Lambda) - A lambda that takes an array of inputs and a block, and
def execution_mode
  @execution_mode || sequentially
end