# File lib/rbvmomi/basic_types.rb, line 48 def find_prop_desc name full_props_desc.find { |x| x['name'] == name.to_s } end