module RSpec::Core::ShellEscape

def escape(shell_command)

def escape(shell_command)
  shell_command.shellescape
end