org.jruby
Class RubyBigDecimal.BigDecimalKernelMethods

java.lang.Object
  extended by org.jruby.RubyBigDecimal.BigDecimalKernelMethods
Enclosing class:
RubyBigDecimal

public static class RubyBigDecimal.BigDecimalKernelMethods
extends java.lang.Object


Constructor Summary
RubyBigDecimal.BigDecimalKernelMethods()
           
 
Method Summary
static IRubyObject newBigDecimal(IRubyObject recv, IRubyObject[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyBigDecimal.BigDecimalKernelMethods

public RubyBigDecimal.BigDecimalKernelMethods()
Method Detail

newBigDecimal

public static IRubyObject newBigDecimal(IRubyObject recv,
                                        IRubyObject[] args)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.