23 24 25 26 27 28
# File 'lib/klogger/group_set.rb', line 23 def call(**tags) add(**tags) yield ensure pop end