Class: Vips::Loader

Inherits:
GObjectIntrospection::Loader
  • Object
show all
Defined in:
lib/vips.rb

Instance Method Summary collapse

Constructor Details

#initialize(base_module, init_arguments) ⇒ Loader

Returns a new instance of Loader.



100
101
102
103
104
105
# File 'lib/vips.rb', line 100

def initialize(base_module, init_arguments)
    log "Vips::Loader.initialize: #{base_module}, #{init_arguments}"

    super(base_module)
    @init_arguments = init_arguments
end