public static class RubyBoolean.True
extends java.lang.Object
| Constructor and Description |
|---|
RubyBoolean.True() |
| Modifier and Type | Method and Description |
|---|---|
static IRubyObject |
true_and(IRubyObject t,
IRubyObject oth) |
static IRubyObject |
true_or(IRubyObject t,
IRubyObject oth) |
static IRubyObject |
true_to_s(IRubyObject t) |
static IRubyObject |
true_xor(IRubyObject t,
IRubyObject oth) |
public static IRubyObject true_and(IRubyObject t, IRubyObject oth)
public static IRubyObject true_or(IRubyObject t, IRubyObject oth)
public static IRubyObject true_xor(IRubyObject t, IRubyObject oth)
public static IRubyObject true_to_s(IRubyObject t)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.