org.jruby
Class RubyBoolean.False

java.lang.Object
  extended by org.jruby.RubyBoolean.False
Enclosing class:
RubyBoolean

public static class RubyBoolean.False
extends java.lang.Object


Constructor Summary
RubyBoolean.False()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyBoolean.False

public RubyBoolean.False()
Method Detail

false_and

public static IRubyObject false_and(IRubyObject f,
                                    IRubyObject oth)

false_or

public static IRubyObject false_or(IRubyObject f,
                                   IRubyObject oth)

false_xor

public static IRubyObject false_xor(IRubyObject f,
                                    IRubyObject oth)

false_to_s

public static IRubyObject false_to_s(IRubyObject f)


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