Uses of Class
org.jruby.IncludedModuleWrapper

Packages that use IncludedModuleWrapper
org.jruby   
 

Uses of IncludedModuleWrapper in org.jruby
 

Methods in org.jruby that return IncludedModuleWrapper
 IncludedModuleWrapper IncludedModuleWrapper.newIncludeClass(RubyClass superClass)
          Overridden newIncludeClass implementation to allow attaching future includes to the correct module (i.e.
 IncludedModuleWrapper RubyModule.newIncludeClass(RubyClass superClazz)
          Create a wrapper to use for including the specified module into this one.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.