Sha256: 9c59044e790a5378efd3f9367d37b6eff9b52c8a6c12268efd032c9066f9a530
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module Acfs # Global Acfs module methods. # module Global def runner @runner ||= Runner.new Adapter::Typhoeus.new end # Run all queued operations. # def run runner.start end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acfs-0.15.0 | lib/acfs/global.rb |