Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rvideo/string.rb
Instance Method Summary collapse
Instance Method Details
#shell_quoted ⇒ Object
2 3 4 |
# File 'lib/rvideo/string.rb', line 2 def shell_quoted "'" << self << "'" end |