lib/vips/size.rb in vips-8.7.0.1 vs lib/vips/size.rb in vips-8.8.0.1
- old
+ new
@@ -1,13 +1,13 @@
module Vips
- # Controls whether an operation should upsize, downsize, or both up and
- # downsize.
- #
- # * `:both` size both up and down
- # * `:up` only upsize
- # * `:down` only downsize
- # * `:force` change aspect ratio
+ # Controls whether an operation should upsize, downsize, or both up and
+ # downsize.
+ #
+ # * `:both` size both up and down
+ # * `:up` only upsize
+ # * `:down` only downsize
+ # * `:force` change aspect ratio
- class Size < Symbol
- end
+ class Size < Symbol
+ end
end