# File lib/rbvmomi/vim/Folder.rb, line 6 def find name, type=Object x = _connection.searchIndex.FindChild(:entity => self, :name => name) x if x.is_a? type end