class WebKitGtk2::Loader
Constants
- NAMESPACE
- VERSION
Public Class Methods
new(base_module)
click to toggle source
Calls superclass method
GObjectIntrospection::Loader.new
# File webkit-gtk2/lib/webkit-gtk2.rb, line 50 def initialize(base_module) super @version = VERSION end
Public Instance Methods
load()
click to toggle source
Calls superclass method
GObjectIntrospection::Loader.load
# File webkit-gtk2/lib/webkit-gtk2.rb, line 55 def load super(NAMESPACE) end