Module: BBLib::Command
- Defined in:
- lib/system/bbsystem.rb
Class Method Summary collapse
Class Method Details
.quote(arg) ⇒ Object
37 38 39 |
# File 'lib/system/bbsystem.rb', line 37 def self.quote(arg) arg =~ /\s+/ ? "\"#{arg}\"" : arg.to_s end |