Method: NSString#temporary_path
- Defined in:
- lib/sugarcube-files/nsstring.rb
#temporary_path ⇒ Object
24 25 26 27 28 29 |
# File 'lib/sugarcube-files/nsstring.rb', line 24 def temporary_path @@sugarcube_temporary ||= NSTemporaryDirectory() return self if self.hasPrefix(@@sugarcube_temporary) @@sugarcube_temporary.stringByAppendingPathComponent(self) end |