Method: Dotdot::Base#globals

Defined in:
lib/dotdot/base.rb

#globals(&block) ⇒ Object



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