Class LoadService.ScriptClassSearcher.ScriptClassLibrary

java.lang.Object
org.jruby.runtime.load.LoadService.ScriptClassSearcher.ScriptClassLibrary
All Implemented Interfaces:
Library
Enclosing class:
LoadService.ScriptClassSearcher

public class LoadService.ScriptClassSearcher.ScriptClassLibrary extends Object implements Library
  • Field Details

    • script

      private final Script script
  • Constructor Details

    • ScriptClassLibrary

      public ScriptClassLibrary(Script script)
  • Method Details

    • load

      public void load(Ruby runtime, boolean wrap)
      Specified by:
      load in interface Library