# File lib/rbvmomi/type_loader.rb, line 48 def has? name fail unless name.is_a? String @db.member?(name) or BasicTypes::BUILTIN.member?(name) end