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