Iterate fields
418
# File 'lib/pg_graph/data/data.rb', line 418 def each(&block) fields.each { |field| yield field } end