class NSString

Public Instance Methods

to_url() click to toggle source
# File lib/ProMotion/cocoatouch/ns_string.rb, line 2
def to_url
  NSURL.URLWithString(self)
end