36 37 38 39
# File 'lib/klogger/group_set.rb', line 36 def add_without_id(**tags) @groups.value += [{ tags: tags }] nil end