Method: Gem::Ext::Builder.shellsplit

Defined in:
lib/rubygems/ext/builder.rb

.shellsplit(command) ⇒ Object



143
144
145
146
147
# File 'lib/rubygems/ext/builder.rb', line 143

def self.shellsplit(command)
  require "shellwords"

  Shellwords.split(command)
end