Method: NSCoder#rect
- Defined in:
- lib/sugarcube-nscoder/nscoder.rb
#rect(key) ⇒ Object
31 32 33 |
# File 'lib/sugarcube-nscoder/nscoder.rb', line 31 def rect(key) return CGRectFromString(self.decodeObjectForKey(key)) end |
31 32 33 |
# File 'lib/sugarcube-nscoder/nscoder.rb', line 31 def rect(key) return CGRectFromString(self.decodeObjectForKey(key)) end |