# File lib/webmock/request_signature_snippet.rb, line 13
    def stubbing_instructions
      return unless WebMock.show_stubbing_instructions?

      text = "You can stub this request with the following snippet:\n\n"
      text << WebMock::StubRequestSnippet.new(request_stub).to_s
    end