method
clear_buffer
rails latest stable - Class:
ActiveSupport::BufferedLogger
clear_buffer()protected
No documentation available.
# File activesupport/lib/active_support/buffered_logger.rb, line 133
def clear_buffer
@buffer.delete(Thread.current)
end