# File lib/vpim/dirinfo.rb, line 210 def push_unique(field) push(field) unless @fields.detect { |f| f.name? field.name } self end