Sha256: e13f4bc6a9c117b5b6b26870e736ed8667ae0a0fc5b856b03c518c30fc682f82
Contents?: true
Size: 224 Bytes
Versions: 22
Compression:
Stored size: 224 Bytes
Contents
class CityGrid class API class Advertising < API end end end CityGrid::API::AdCenter = CityGrid::API::Advertising # backwards compat Dir[File.dirname(__FILE__) + '/advertising/*.rb'].each {|file| require file }
Version data entries
22 entries across 22 versions & 1 rubygems