Method: NSString#document
- Defined in:
- lib/sugarcube-files/nsstring_deprecated.rb
#document ⇒ Object
This method will be removed in iOS 9
4 5 6 7 |
# File 'lib/sugarcube-files/nsstring_deprecated.rb', line 4 def document NSLog('Warning: SugarCube\'s String#document method has been deprecated in favor of String#document_path') self.document_path end |