to_d() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/bigdecimal/lib/bigdecimal/util.rb, line 19
  def to_d
    BigDecimal(self.to_s)
  end
Register or log in to add new notes.