public class RubyPrecision extends Object
Constructor and Description |
---|
RubyPrecision() |
Modifier and Type | Method and Description |
---|---|
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) |
public static RubyModule createPrecisionModule(Ruby runtime)
public static IRubyObject induced_from(IRubyObject receiver, IRubyObject source, Block block)
public static IRubyObject append_features(IRubyObject receiver, IRubyObject include, Block block)
public static IRubyObject prec(ThreadContext context, IRubyObject receiver, IRubyObject type, Block block)
public static IRubyObject prec_i(ThreadContext context, IRubyObject receiver, Block block)
public static IRubyObject prec_f(ThreadContext context, IRubyObject receiver, Block block)
Copyright © 2001-2015 JRuby. All Rights Reserved.