org.jruby.libraries
Class StringScannerLibrary

java.lang.Object
  extended byorg.jruby.libraries.StringScannerLibrary
All Implemented Interfaces:
Library

public class StringScannerLibrary
extends java.lang.Object
implements Library

Author:
kscott

Constructor Summary
StringScannerLibrary()
           
 
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

StringScannerLibrary

public StringScannerLibrary()
Method Detail

load

public void load(Ruby runtime)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException
See Also:
Library.load(org.jruby.Ruby)


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