Class: Vips::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- Vips::Loader
- Defined in:
- lib/vips8.rb
Instance Method Summary (collapse)
-
- (Loader) initialize(base_module, init_arguments)
constructor
A new instance of Loader.
Constructor Details
- (Loader) initialize(base_module, init_arguments)
Returns a new instance of Loader
78 79 80 81 82 83 |
# File 'lib/vips8.rb', line 78 def initialize(base_module, init_arguments) log "Vips::Loader.initialize: #{base_module}, #{init_arguments}" super(base_module) @init_arguments = init_arguments end |