# File lib/clutter-gst.rb, line 32 def const_missing(name) init if const_defined?(name) const_get(name) else super end end
# 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.