Class: NSURL

Inherits:
Object
  • Object
show all
Defined in:
lib/sugarcube/nsurl.rb

Instance Method Summary collapse

Instance Method Details

#openObject



3
4
5
# File 'lib/sugarcube/nsurl.rb', line 3

def open
  NSUIApplication.sharedApplication.openURL(NSUrl.URLWithString(self))
end