# File lib/more/facets/tuple.rb, line 216
  def hash
    # TODO This needs to take into account the default
    #      and maybe the divider too.
    to_a.hash
  end