module RSpec::Core::ShellEscape

def quote(argument)

def quote(argument)
  "'#{argument.to_s.gsub("'", "\\\\'")}'"
end