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