Namespace

Class/Module Index [+]

Quicksearch

WebKitGtk2

Public Class Methods

const_missing(name) click to toggle source
# File lib/webkit-gtk2.rb, line 27
def const_missing(name)
  init
  if const_defined?(name)
    const_get(name)
  else
    super
  end
end
init() click to toggle source
# File lib/webkit-gtk2.rb, line 36
def init
  Loader.load("WebKit", self, :version => "1.0")
  class << self
    remove_method(:init)
    remove_method(:const_missing)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.