Package org.jruby.ext.bigdecimal
Class RubyBigDecimal.BigDecimalKernelMethods
java.lang.Object
org.jruby.ext.bigdecimal.RubyBigDecimal.BigDecimalKernelMethods
- Enclosing class:
RubyBigDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectnewBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectnewBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectnewBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject opts)
-
Constructor Details
-
BigDecimalKernelMethods
public BigDecimalKernelMethods()
-
-
Method Details
-
newBigDecimal
-
newBigDecimal
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) -
newBigDecimal
public static IRubyObject newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject opts)
-