the layout of the VipsInterpolate struct
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