Class: ActiveSupport::TagStack
- Defined in:
- lib/active_support/event_reporter.rb
Overview
:nodoc:
Constant Summary collapse
- EMPTY_TAGS =
{}.freeze
- FIBER_KEY =
:event_reporter_tags
Class Method Summary collapse
Class Method Details
.tags ⇒ Object
11 12 13 |
# File 'lib/active_support/event_reporter.rb', line 11 def Fiber[FIBER_KEY] || EMPTY_TAGS end |