module Mdb
Constants
- VERSION
Public Class Methods
open(file)
click to toggle source
# File lib/mdb.rb, line 15 def self.open(file) Mdb::Database.new(file) end
# File lib/mdb.rb, line 15 def self.open(file) Mdb::Database.new(file) end