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) |
static IRubyObject |
newBigDecimal(ThreadContext context,
IRubyObject recv,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject opts) |
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg)
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject opts)
Copyright © 2001-2022 JRuby. All Rights Reserved.