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
183 184 185 186 187 188 |
# File 'lib/vips/operation.rb', line 183 def self.included base base.class_eval do layout :parent, Object::Struct # rest opaque end end |