Class: NSDictionary

Inherits:
Object show all
Defined in:
lib/sugarcube/nsuserdefaults.rb

Instance Method Summary collapse

Instance Method Details

#to_nsuserdefaultsObject



50
51
52
# File 'lib/sugarcube/nsuserdefaults.rb', line 50

def to_nsuserdefaults
  self.each_with_object({}) { |(key, val), h| h[key] = val.to_nsuserdefaults }
end