class WebMock::RequestSignatureSnippet

def add_body_diff(stub, text)

def add_body_diff(stub, text)
  body_diff_str = signature_stub_body_diff(stub)
  text << "\n\n#{body_diff_str}" unless body_diff_str.empty?
end