method
flush
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::TaggedLogging
flush()public
No documentation available.
# File activesupport/lib/active_support/tagged_logging.rb, line 147
def flush
clear_tags!
super if defined?(super)
end