lib/vips/angle.rb in ruby-vips-1.0.6 vs lib/vips/angle.rb in ruby-vips-2.0.0

- old
+ new

@@ -1,12 +1,12 @@ module Vips - # Various fixed 90 degree rotation angles. See {Vips::Image.rot}. + # Various fixed 90 degree rotation angles. See {Image#rot}. # # * `:d0` no rotate # * `:d90` 90 degrees clockwise # * `:d180` 180 degrees # * `:d270` 90 degrees anti-clockwise - class Angle + class Angle < Symbol end end