80 81 82 83
# File 'lib/rom/http/dataset.rb', line 80 def each(&block) return to_enum unless block_given? response.each(&block) end