org.jruby
Class RubyPrecision

java.lang.Object
  extended byorg.jruby.RubyPrecision

public class RubyPrecision
extends java.lang.Object

Author:
jpetersen

Constructor Summary
RubyPrecision()
           
 
Method Summary
static IRubyObject append_features(IRubyObject receiver, IRubyObject include, Block block)
           
static RubyModule createPrecisionModule(Ruby runtime)
           
static IRubyObject induced_from(IRubyObject receiver, IRubyObject source)
           
static IRubyObject prec_f(IRubyObject receiver, Block block)
           
static IRubyObject prec_i(IRubyObject receiver, Block block)
           
static IRubyObject prec(IRubyObject receiver, IRubyObject type, Block block)
           
 
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 runtime)

induced_from

public static IRubyObject induced_from(IRubyObject receiver,
                                       IRubyObject source)

append_features

public static IRubyObject append_features(IRubyObject receiver,
                                          IRubyObject include,
                                          Block block)

prec

public static IRubyObject prec(IRubyObject receiver,
                               IRubyObject type,
                               Block block)

prec_i

public static IRubyObject prec_i(IRubyObject receiver,
                                 Block block)

prec_f

public static IRubyObject prec_f(IRubyObject receiver,
                                 Block block)


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