4 5 6 7 8
# File 'motion/core_ext/ns_dictionary.rb', line 4 def to_hash Hash.new.tap do |h| h.replace self end end