Sha256: 8ce24c03af69b3ceec6ad55e1d6c22750d2b0e9d72d15431ecf2e04c6a9b0d86
Contents?: true
Size: 158 Bytes
Versions: 4
Compression:
Stored size: 158 Bytes
Contents
module Ccrypto class AlgoFactory def self.engine(*args, &block) Provider.instance.provider.algo_instance(*args, &block) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ccrypto-0.2.0 | lib/ccrypto/algo_factory.rb |
ccrypto-0.1.3 | lib/ccrypto/algo_factory.rb |
ccrypto-0.1.2 | lib/ccrypto/algo_factory.rb |
ccrypto-0.1.0 | lib/ccrypto/algo_factory.rb |