Class: String

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

Instance Method Summary collapse

Instance Method Details

#shell_escapeObject



18
19
20
# File 'lib/mfe.rb', line 18

def shell_escape
	Escape.shell_single_word self
end