Iterates over the collection
81 82 83
# File 'lib/mebla/result_set.rb', line 81 def each(&block) @entries.each(&block) end