We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de8b13 commit 071b7c0Copy full SHA for 071b7c0
lib/bigdecimal.rb
@@ -0,0 +1,5 @@
1
+begin
2
+ require "#{RUBY_VERSION[/\d+\.\d+/]}/bigdecimal.so"
3
+rescue LoadError
4
+ require 'bigdecimal.so'
5
+end
0 commit comments