From 0fa327bb3a9ac6dc5edc5f3a5723bc820efba933 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 4 Aug 2017 14:38:24 +0200 Subject: [PATCH] Don't refer to methods not available on the current class in yard docs --- lib/rackstash/buffer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rackstash/buffer.rb b/lib/rackstash/buffer.rb index 357632f..b3e1d96 100644 --- a/lib/rackstash/buffer.rb +++ b/lib/rackstash/buffer.rb @@ -98,7 +98,7 @@ module Rackstash # * `error_trace` - The backtrace of the exception, one frame per line # # The exception will not be added to the buffer's `message` field. - # Log it manually with {#add} if desired. + # Log it manually as a message if this is desired. # # By default, the details of subsequent exceptions will overwrite those of # older exceptions in the current buffer. Only by the `force` argument to