Class: Command::Cacheable::Argument
- Inherits:
-
String
- Object
- String
- Command::Cacheable::Argument
- Defined in:
- lib/command/cacheable/arg.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
just a string, but quotes itself.
Instance Method Details
#to_s ⇒ Object
just a string, but quotes itself
8 9 10 |
# File 'lib/command/cacheable/arg.rb', line 8 def to_s '"' + super + '"' end |