Sha256: becf018d622369e15cc2f773e6a4824c29fb9adb3fca6c56ff40b0e4da70923b
Contents?: true
Size: 242 Bytes
Versions: 10
Compression:
Stored size: 242 Bytes
Contents
require "uri" module LongURL ShortURLMatchRegexp = /http:\/\/[\/\-_.a-z0-9]+/im # Urls for longurl EndPoint = URI.parse("http://api.longurl.org/v1/expand") ServiceEndPoint = URI.parse("http://api.longurl.org/v1/services") end
Version data entries
10 entries across 10 versions & 3 rubygems