org.jruby
Class RubyBoolean.True

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

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


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

Constructor Detail

RubyBoolean.True

public RubyBoolean.True()
Method Detail

true_and

public static IRubyObject true_and(IRubyObject t,
                                   IRubyObject oth)

true_or

public static IRubyObject true_or(IRubyObject t,
                                  IRubyObject oth)

true_xor

public static IRubyObject true_xor(IRubyObject t,
                                   IRubyObject oth)

true_to_s

public static IRubyObject true_to_s(IRubyObject t)


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