public class RubyMarshal extends Object
Constructor and Description |
---|
RubyMarshal() |
Modifier and Type | Method and Description |
---|---|
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) |
public static RubyModule createMarshalModule(Ruby runtime)
public static IRubyObject dump(IRubyObject recv, IRubyObject[] args, Block unusedBlock)
public static IRubyObject load(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock)
Copyright © 2001-2014 JRuby. All Rights Reserved.