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 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)
-
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)
-