Flowdock
new(*args, **kwargs) 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.rb, line 3
def BigDecimal.new(*args, **kwargs)
  warn "BigDecimal.new is deprecated; use BigDecimal() method instead.", uplevel: 1
  BigDecimal(*args, **kwargs)
end
Register or log in to add new notes.