Method: NSCoder#int
- Defined in:
- lib/sugarcube-nscoder/nscoder.rb
#int(key) ⇒ Object
23 24 25 |
# File 'lib/sugarcube-nscoder/nscoder.rb', line 23 def int(key) return self.decodeIntegerForKey(key) end |
23 24 25 |
# File 'lib/sugarcube-nscoder/nscoder.rb', line 23 def int(key) return self.decodeIntegerForKey(key) end |