Class: ADBC::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- ADBC::Loader
- Defined in:
- lib/adbc/loader.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Loader
constructor
A new instance of Loader.
Constructor Details
#initialize ⇒ Loader
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
.load ⇒ Object
21 22 23 |
# File 'lib/adbc/loader.rb', line 21 def load super("ADBC", ADBC) end |