# File lib/aws/cloud_watch/metric_statistics.rb, line 61 def _each_item options = {} datapoints.each do |point| yield(point) end end