Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rvideo/string.rb

Instance Method Summary collapse

Instance Method Details

#shell_quotedObject



2
3
4
# File 'lib/rvideo/string.rb', line 2

def shell_quoted
  "'" << self << "'"
end