Method: NSString#to_url

Defined in:
lib/ProMotion/cocoatouch/ns_string.rb

#to_urlObject



2
3
4
# File 'lib/ProMotion/cocoatouch/ns_string.rb', line 2

def to_url
  NSURL.URLWithString(self)
end