Sha256: 815a8c6102026f184548837a391c0f0192e232b3f0ecc92990113aaae89a3f76
Contents?: true
Size: 298 Bytes
Versions: 13
Compression:
Stored size: 298 Bytes
Contents
# handle lack of any network # dont do anything, just dont let the calls to getAd fail # module Rmobio module Ads module NoNetwork def getAd(keywords,adClient,ip,url,useragent) end def getAdByPage(adClient,ip,url,useragent) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems