org.jruby
Class RubyPrecision

java.lang.Object
  extended byorg.jruby.RubyPrecision

public class RubyPrecision
extends java.lang.Object

Version:
$Revision: 1.4 $
Author:
jpetersen

Constructor Summary
RubyPrecision()
           
 
Method Summary
static IRubyObject append_features(IRubyObject receiver, IRubyObject include)
           
static RubyModule createPrecisionModule(Ruby ruby)
           
static IRubyObject induced_from(IRubyObject receiver, IRubyObject source)
           
static IRubyObject prec_f(IRubyObject receiver)
           
static IRubyObject prec_i(IRubyObject receiver)
           
static IRubyObject prec(IRubyObject receiver, IRubyObject type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyPrecision

public RubyPrecision()
Method Detail

createPrecisionModule

public static RubyModule createPrecisionModule(Ruby ruby)

induced_from

public static IRubyObject induced_from(IRubyObject receiver,
                                       IRubyObject source)

append_features

public static IRubyObject append_features(IRubyObject receiver,
                                          IRubyObject include)

prec

public static IRubyObject prec(IRubyObject receiver,
                               IRubyObject type)

prec_i

public static IRubyObject prec_i(IRubyObject receiver)

prec_f

public static IRubyObject prec_f(IRubyObject receiver)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.