Sha256: af1aed6c0bb4ef59e0e034bf0d2daa304f61494f86f231bfc50653e1913219f2

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

class NSURL

  def open
    UIApplication.sharedApplication.openURL(self)
  end

  def can_open?
    UIApplication.sharedApplication.canOpenURL(self)
  end

  def nsurlrequest
    NSURLRequest.requestWithURL(self)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sugarcube-1.0.0 lib/sugarcube-foundation/nsurl.rb