It looks like you're new here. If you want to get involved, click one of these buttons!
require "ads" admob = Ads.new("admob") admob:setKey("ca-app-pub- ") admob:enableTesting(true) admob:showAd("banner","ca-app-pub- ") admob:setAlignment("center", "top") admob:hideAd() |