# File lib/core/facets/to_hash.rb, line 285
  def to_h(mode=nil)
    to_a.to_h(mode)
  end