Class: ADBC::Loader

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLoader

Returns a new instance of Loader.



26
27
28
29
# File 'lib/adbc/loader.rb', line 26

def initialize(...)
  super
  @load_flags_default = nil
end

Class Method Details

.loadObject



21
22
23
# File 'lib/adbc/loader.rb', line 21

def load
  super("ADBC", ADBC)
end