Namespace

Class/Module Index [+]

Quicksearch

ClutterGst

Constants

LOG_DOMAIN

Public Class Methods

const_missing(name) click to toggle source
# File lib/clutter-gst.rb, line 32
def const_missing(name)
  init
  if const_defined?(name)
    const_get(name)
  else
    super
  end
end
init(argv=[]) click to toggle source
# File lib/clutter-gst.rb, line 41
def init(argv=[])
  loader = Loader.new(self, argv)
  loader.load("ClutterGst")
  class << self
    remove_method(:init)
    remove_method(:const_missing)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.