class RSpec::Core::RakeTask

def escape(shell_command)

def escape(shell_command)
  "'#{shell_command.gsub("'", "\'")}'"
end