class Array
  # Alias for #each. The intention of this method
  # is to provide polymorphism with Hash.
  alias :each_value :each
end

