34 35 36 37 38 39 40
# File 'lib/dotdot/base.rb', line 34 def globals(&block) @group = "globals" @database.transaction do yield end end