Class: NSDictionary

Inherits:
Object show all
Defined in:
motion/core_ext/ns_dictionary.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



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