global

def each(&block)

def each(&block)
  reverse.to_a.each(&block)
end