Closed mike-burns closed 7 years ago
@mike-burns Can I get the commit bit for Formulaic, please? I'll get this merged & make sure we're testing the newest Ruby versions.
The failure is fine as it's from the version of Ruby I'm going to drop support for.
Ruby 2.4 has deprecated the
Fixnum
andBignum
constants in favor of theInteger
constant. For backward compatibility, use1.class
to find the class of an integer.Closes #61.