module Vips::Operation::OperationLayout
the layout of the VipsOperation struct
Public Class Methods
Source
# File lib/vips/operation.rb, line 159 def self.included base base.class_eval do layout :parent, Object::Struct # rest opaque end end
the layout of the VipsOperation struct
# File lib/vips/operation.rb, line 159 def self.included base base.class_eval do layout :parent, Object::Struct # rest opaque end end