Method: NSString#app_support
- Defined in:
- lib/sugarcube-files/nsstring_deprecated.rb
#app_support ⇒ Object
This method will be removed in iOS 9
16 17 18 19 |
# File 'lib/sugarcube-files/nsstring_deprecated.rb', line 16 def app_support NSLog('Warning: SugarCube\'s String#app_support method has been deprecated in favor of String#app_support_path') self.app_support_path end |