1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Don't explicitly require 'rational' to normalize fields

The rational implementation will be laoded automatically by Ruby.
Attempting to load rational.rb (in Ruby 2.1) will cause unintended
consequences for the whole running program.
This commit is contained in:
Holger Just 2017-10-10 23:56:41 +02:00
parent 29733e4617
commit 6bdd4d12aa

View File

@ -7,7 +7,6 @@
require 'bigdecimal'
require 'complex'
require 'rational'
require 'pathname'
require 'uri'