# File lib/rbvmomi/type_loader.rb, line 21
  def initialize target, fn
    @target = target
    @db = TypeStore.new fn
  end