ruby/test/bigdecimal
mrkn b54141bb1b * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation a
BigDecimal object from an Integer.
* test/bigdecimal/test_bigdecimal.rb (test_new_with_integer):
  add for testing the above change.
* ext/bigdecimal/bigdecimal.c (BigDecimal_global_new): replace its body
  with a BigDecimal_new call.
* test/bigdecimal/test_bigdecimal.rb (test_global_new_with_integer):
  add for testing the above change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-31 13:45:31 +00:00
..
test_bigdecimal.rb * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation a 2011-05-31 13:45:31 +00:00
test_bigmath.rb * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDecimal::INFINITY and BigDecimal::NAN. 2010-07-03 07:47:00 +00:00
testbase.rb * test/bigdecimal/testbase.rb (teardown): should reset all modes. 2010-04-26 01:55:51 +00:00