# 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