module RSpec::Core::ShellEscape

def conditionally_quote(id)

def conditionally_quote(id)
  return id if shell_allows_unquoted_ids?
  quote(id)
end