method
    
    reverse_each
 
  reverse_each(*args)
  public
  Builds a temporary array and traverses that array in reverse order.
If no block is given, an enumerator is returned instead.
 
  reverse_each(*args)
  public
  Builds a temporary array and traverses that array in reverse order.
If no block is given, an enumerator is returned instead.