Method: Bdb::Base#checkpoint

Defined in:
lib/bdb/base.rb

#checkpoint(opts = {}) ⇒ Object



38
39
40
# File 'lib/bdb/base.rb', line 38

def checkpoint(opts = {})
  environment.checkpoint(opts)
end