org.jruby
Class RubyPrecision
java.lang.Object
org.jruby.RubyPrecision
public class RubyPrecision
- extends java.lang.Object
- Author:
- jpetersen
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)
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.