Class: System::Argument

Inherits:
String
  • Object
show all
Defined in:
lib/system/command/arg.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject

just a string, but quotes itself



8
9
10
# File 'lib/system/command/arg.rb', line 8

def to_s
  '"' + super + '"'
end