org.jruby
Class RubyMarshal

java.lang.Object
  extended byorg.jruby.RubyMarshal

public class RubyMarshal
extends java.lang.Object

Marshal module

Version:
$Revision: 1.5 $
Author:
Anders

Constructor Summary
RubyMarshal()
           
 
Method Summary
static RubyModule createMarshalModule(Ruby runtime)
           
static IRubyObject dump(IRubyObject recv, IRubyObject[] args)
           
static IRubyObject load(IRubyObject recv, IRubyObject[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyMarshal

public RubyMarshal()
Method Detail

createMarshalModule

public static RubyModule createMarshalModule(Ruby runtime)

dump

public static IRubyObject dump(IRubyObject recv,
                               IRubyObject[] args)

load

public static IRubyObject load(IRubyObject recv,
                               IRubyObject[] args)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.