# File lib/rbvmomi/type_loader.rb, line 7
  def initialize fn
    File.open(fn, 'r') do |io|
      @db = Marshal.load io
    end
  end