module ActiveSupport::EachTimeWithZone

def each(&block)

:nodoc:
def each(&block)
  ensure_iteration_allowed
  super
end