lib/vips/access.rb in vips-8.7.0.1 vs lib/vips/access.rb in vips-8.8.0.1
- old
+ new
@@ -1,11 +1,11 @@
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
+ # 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