public static class RubyBigDecimal.BigDecimalKernelMethods
extends java.lang.Object
| Constructor and Description |
|---|
BigDecimalKernelMethods() |
| Modifier and Type | Method and Description |
|---|---|
static IRubyObject |
newBigDecimal(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static IRubyObject |
newBigDecimal(ThreadContext context,
IRubyObject recv,
IRubyObject arg0,
IRubyObject arg1) |
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg)
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
Copyright © 2001-2021 JRuby. All Rights Reserved.