62 63 64
# File 'lib/filemaker/model/criteria.rb', line 62 def each execute.each { |record| yield record } if block_given? end