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