Method: Vips::Interpolate::InterpolateLayout.included

Defined in:
lib/vips/interpolate.rb

.included(base) ⇒ Object



34
35
36
37
38
39
# File 'lib/vips/interpolate.rb', line 34

def self.included base
  base.class_eval do
    layout :parent, Vips::Object::Struct
    # rest opaque
  end
end