inspect -> String
BigDecimal オブジェクトを表す文字列を返します。
require "bigdecimal" BigDecimal("1234.5678").inspect # => "0.12345678e4"