Method: Klogger::GroupSet#call

Defined in:
lib/klogger/group_set.rb

#call(**tags) ⇒ Object



23
24
25
26
27
28
# File 'lib/klogger/group_set.rb', line 23

def call(**tags)
  add(**tags)
  yield
ensure
  pop
end