40 41 42 43 44
# File 'lib/keybox/entry.rb', line 40 def each fields.each do |f| yield [f,self.send(f)] end end