# File lib/vpim/dirinfo.rb, line 167 def enum_by_name(name) Enumerator.new(self, Proc.new { |field| field.name?(name) }) end