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