# File lib/rgen/util/auto_class_creator.rb, line 42 def const_missing(className) return super unless @accEnabled module_eval("class "+className.to_s+" < RGen::AutoCreatedClass; end") c = const_get(className) c.extend(ParentAccess) c.parent = self c end
Generated with the Darkfish Rdoc Generator 2.