Class: NSString

Inherits:
Object
  • Object
show all
Defined in:
lib/afmotion/patch/NSString_NSUrl.rb

Instance Method Summary collapse

Instance Method Details

#to_urlObject



2
3
4
# File 'lib/afmotion/patch/NSString_NSUrl.rb', line 2

def to_url
  NSURL.URLWithString(self)
end