# File lib/active_support/hash_with_indifferent_access.rb, line 143 def to_hash Hash.new(default).merge!(self) end