D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
Filename :
bigdecimal.rb
back
Copy
require 'bigdecimal.so' def BigDecimal.new(*args, **kwargs) warn "BigDecimal.new is deprecated; use BigDecimal() method instead.", uplevel: 1 BigDecimal(*args, **kwargs) end