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
197 198 199 200 201 202 |
# File 'lib/vips/operation.rb', line 197 def self.included base base.class_eval do layout :parent, Object::Struct # rest opaque end end |