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
41 42 43 44 45 46 |
# File 'lib/vips/operation.rb', line 41 def self.included base base.class_eval do layout :parent, Object::Struct # rest opaque end end |