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