module RSpec::Core::ShellEscape

def escape(shell_command)

def escape(shell_command)
  Shellwords.escape(shell_command.to_s)
end