Sha256: a7ec1e494f7a7eabe696287688694412c1efa116bcfbc5a317622e20d60e4773
Contents?: true
Size: 550 Bytes
Versions: 57
Compression:
Stored size: 550 Bytes
Contents
module Acfs # Global Acfs module methods. # module Global # @api private # @return [Runner] # def runner @runner ||= Runner.new Adapter::Typhoeus.new end # @api public # # Run all queued operations. # # @return [undefined] # def run runner.start end # @api public # # Configure acfs using given block. # # @return [undefined] # @see Configuration#configure # def configure(&block) Configuration.current.configure &block end end end
Version data entries
57 entries across 57 versions & 1 rubygems