public class JRubyUtilLibrary extends Object implements Library
Modifier and Type | Class and Description |
---|---|
static class |
JRubyUtilLibrary.StringUtils |
Constructor and Description |
---|
JRubyUtilLibrary() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
gc(IRubyObject recv) |
static IRubyObject |
getClassLoaderResources(IRubyObject recv,
IRubyObject arg) |
static IRubyObject |
getObjectSpaceEnabled(IRubyObject recv) |
void |
load(Ruby runtime,
boolean wrap) |
static IRubyObject |
setObjectSpaceEnabled(IRubyObject recv,
IRubyObject arg) |
public void load(Ruby runtime, boolean wrap) throws IOException
load
in interface Library
IOException
public static IRubyObject gc(IRubyObject recv)
public static IRubyObject getObjectSpaceEnabled(IRubyObject recv)
public static IRubyObject setObjectSpaceEnabled(IRubyObject recv, IRubyObject arg)
public static IRubyObject getClassLoaderResources(IRubyObject recv, IRubyObject arg)
Copyright © 2001-2016 JRuby. All Rights Reserved.