Method: Gem::Ext::Builder.shelljoin
- Defined in:
- lib/rubygems/ext/builder.rb
.shelljoin(command) ⇒ Object
149 150 151 152 153 |
# File 'lib/rubygems/ext/builder.rb', line 149 def self.shelljoin(command) require "shellwords" Shellwords.join(command) end |