class WebMock::RequestSignatureSnippet

def pretty_print_to_string(string_to_print)

def pretty_print_to_string(string_to_print)
  StringIO.open("".dup) do |stream|
    PP.pp(string_to_print, stream)
    stream.rewind
    stream.read
  end
end