lib/vips/align.rb in ruby-vips-1.0.6 vs lib/vips/align.rb in ruby-vips-2.0.0
- old
+ new
@@ -1,11 +1,11 @@
module Vips
- # Various types of alignment. See {Vips::Image.join}, for example.
+ # Various types of alignment. See {Image#join}, for example.
#
# * `:low` Align on the low coordinate edge
# * `:centre` Align on the centre
# * `:high` Align on the high coordinate edge
- class Align
+ class Align < Symbol
end
end