instance method
tagged
Ruby on Rails 3.2.22.5
Since v3.2.22.5Signature
tagged(*tags)
No documentation comment.
Parameters
-
tagsrest
Source
# File activesupport/lib/active_support/tagged_logging.rb, line 20
def tagged(*tags)
new_tags = push_tags(*tags)
yield self
ensure
pop_tags(new_tags.size)
end
Defined in activesupport/lib/active_support/tagged_logging.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TaggedLogging