org.jruby
Class RubyPrecision
java.lang.Object
org.jruby.RubyPrecision
public class RubyPrecision
- extends java.lang.Object
- Author:
- jpetersen
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,
Block block)
|
static IRubyObject |
prec_f(ThreadContext context,
IRubyObject receiver,
Block block)
|
static IRubyObject |
prec_i(ThreadContext context,
IRubyObject receiver,
Block block)
|
static IRubyObject |
prec(ThreadContext context,
IRubyObject receiver,
IRubyObject type,
Block block)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyPrecision
public RubyPrecision()
createPrecisionModule
public static RubyModule createPrecisionModule(Ruby runtime)
induced_from
public static IRubyObject induced_from(IRubyObject receiver,
IRubyObject source,
Block block)
append_features
public static IRubyObject append_features(IRubyObject receiver,
IRubyObject include,
Block block)
prec
public static IRubyObject prec(ThreadContext context,
IRubyObject receiver,
IRubyObject type,
Block block)
prec_i
public static IRubyObject prec_i(ThreadContext context,
IRubyObject receiver,
Block block)
prec_f
public static IRubyObject prec_f(ThreadContext context,
IRubyObject receiver,
Block block)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.