Sha256: 5a025eeb77e306892742883a762cfe9301b845fd129e39adaa0567fd285cd290
Contents?: true
Size: 148 Bytes
Versions: 292
Compression:
Stored size: 148 Bytes
Contents
module SplitIoClient class SplitFactoryBuilder def self.build(api_key, config = {}) SplitFactory.new(api_key, config) end end end
Version data entries
292 entries across 292 versions & 1 rubygems