org.jruby
Class RubyMarshal

java.lang.Object
  extended by org.jruby.RubyMarshal

public class RubyMarshal
extends java.lang.Object

Marshal module

Author:
Anders

Constructor Summary
RubyMarshal()
           
 
Method Summary
static RubyModule createMarshalModule(Ruby runtime)
           
static IRubyObject dump(IRubyObject recv, IRubyObject[] args, Block unusedBlock)
           
static IRubyObject load(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock)
           
 
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,
                               Block unusedBlock)

load

public static IRubyObject load(ThreadContext context,
                               IRubyObject recv,
                               IRubyObject[] args,
                               Block unusedBlock)


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