Method: NSString#to_url
- Defined in:
- lib/ProMotion/cocoatouch/ns_string.rb
#to_url ⇒ Object
2 3 4 |
# File 'lib/ProMotion/cocoatouch/ns_string.rb', line 2 def to_url NSURL.URLWithString(self) end |
2 3 4 |
# File 'lib/ProMotion/cocoatouch/ns_string.rb', line 2 def to_url NSURL.URLWithString(self) end |