org.jruby.runtime.load
Class ExternalScript

java.lang.Object
  extended by org.jruby.runtime.load.ExternalScript
All Implemented Interfaces:
Library

public class ExternalScript
extends java.lang.Object
implements Library


Constructor Summary
ExternalScript(LoadServiceResource resource, java.lang.String name)
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalScript

public ExternalScript(LoadServiceResource resource,
                      java.lang.String name)
Method Detail

load

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


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