1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-01 01:37:12 +00:00

Don't refer to methods not available on the current class in yard docs

This commit is contained in:
Holger Just 2017-08-04 14:38:24 +02:00
parent 285e012815
commit 0fa327bb3a

View File

@ -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