Method: ActiveSupport::TaggedLogging::TagStack#clear

Defined in:
activesupport/lib/active_support/tagged_logging.rb

#clearObject



91
92
93
94
# File 'activesupport/lib/active_support/tagged_logging.rb', line 91

def clear
  @tags_string = nil
  @tags.clear
end