Sha256: 2737dc08067317788a302f239f4a357de22addb77464cb2b58544662f35d4bd0
Contents?: true
Size: 161 Bytes
Versions: 41
Compression:
Stored size: 161 Bytes
Contents
class NSURL def open UIApplication.sharedApplication.openURL(self) end def can_open? UIApplication.sharedApplication.canOpenURL(self) end end
Version data entries
41 entries across 41 versions & 1 rubygems