Class: NSData

Inherits:
Object show all
Defined in:
lib/formotion/patch/object.rb

Instance Method Summary collapse

Instance Method Details

#unarchiveObject



16
17
18
# File 'lib/formotion/patch/object.rb', line 16

def unarchive
  NSKeyedUnarchiver.unarchiveObjectWithData(self)
end