module Bundler::ShellsplitPlugin::ShellsplitSpecSettings

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

Public Instance Methods

spec_settings() click to toggle source
Calls superclass method
# File lib/bundler/shellsplit_plugin.rb, line 14
def spec_settings
  return unless (settings = super)

  Shellwords.shellsplit settings
end