Uses of Interface
org.jruby.runtime.load.BasicLibraryService
Packages that use BasicLibraryService
-
Uses of BasicLibraryService in org.jruby
Methods in org.jruby with parameters of type BasicLibraryServiceModifier and TypeMethodDescriptionvoid
Ruby.loadExtension
(String extName, BasicLibraryService extension, boolean wrap) Load the given BasicLibraryService instance, wrapping it in Ruby framing to ensure it is isolated from any parent scope.