Module: Bundler::ShellsplitPlugin::ShellsplitSpecSettings

Defined in:
lib/bundler/shellsplit_plugin.rb

Overview

Patch module which will be patched into the gem installer. Adapted from github.com/rubygems/bundler/issues/6940#issuecomment-470643613

Instance Method Summary collapse

Instance Method Details

#spec_settingsObject



14
15
16
17
18
# File 'lib/bundler/shellsplit_plugin.rb', line 14

def spec_settings
  return unless (settings = super)

  Shellwords.shellsplit settings
end