Module: Vips::Operation::OperationLayout
- Included in:
- ManagedStruct, Struct
- Defined in:
- lib/vips/operation.rb
Overview
the layout of the VipsOperation struct
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
159 160 161 162 163 164 |
# File 'lib/vips/operation.rb', line 159 def self.included base base.class_eval do layout :parent, Object::Struct # rest opaque end end |