Sha256: cf01c0a656b6129e3d525af076475bfe692d1ad8b199e4be181c5cd15b32c32b
Contents?: true
Size: 264 Bytes
Versions: 12
Compression:
Stored size: 264 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) end def getAdByPage(adClient) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems