org.jruby.util
Class BuiltinScript

java.lang.Object
  extended byorg.jruby.util.BuiltinScript
All Implemented Interfaces:
Library

public class BuiltinScript
extends java.lang.Object
implements Library

Loading of pre-parsed, serialized, Ruby scripts that are built into JRuby.


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

Constructor Detail

BuiltinScript

public BuiltinScript(java.lang.String name)
Method Detail

load

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


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.