lib/vips/direction.rb in vips-8.7.0.1 vs lib/vips/direction.rb in vips-8.8.0.1

- old
+ new

@@ -1,11 +1,11 @@ module Vips - # Operations like {Image#flip} need to be told whether to flip - # left-right or top-bottom. - # - # * `:horizontal` left-right - # * `:vertical` top-bottom + # Operations like {Image#flip} need to be told whether to flip + # left-right or top-bottom. + # + # * `:horizontal` left-right + # * `:vertical` top-bottom - class Direction < Symbol - end + class Direction < Symbol + end end