public static class RubyBoolean.False
extends java.lang.Object
Constructor and Description |
---|
RubyBoolean.False() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
false_and(IRubyObject f,
IRubyObject oth) |
static IRubyObject |
false_or(IRubyObject f,
IRubyObject oth) |
static IRubyObject |
false_to_s(IRubyObject f) |
static IRubyObject |
false_xor(IRubyObject f,
IRubyObject oth) |
public static IRubyObject false_and(IRubyObject f, IRubyObject oth)
public static IRubyObject false_or(IRubyObject f, IRubyObject oth)
public static IRubyObject false_xor(IRubyObject f, IRubyObject oth)
public static IRubyObject false_to_s(IRubyObject f)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.