Sha256: ff8221291e9b3d4525dfd85c00f1ed71b7de8b4cb1b526377a3d7a45e37a09e3
Contents?: true
Size: 346 Bytes
Versions: 18
Compression:
Stored size: 346 Bytes
Contents
module Vips # The type of access an operation has to supply. # # * `:random` means requests can come in any order. # # * `:sequential` means requests will be top-to-bottom, but with some # amount of buffering behind the read point for small non-local # accesses. class Access < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems