jacobmendoza / rspec-tree-runner

RSpec runner and files analyzer for Atom editor
https://atom.io/packages/rspec-tree-runner
MIT License
9 stars 2 forks source link

Support new version of Ruby (2.4.0+) #25

Open veger opened 6 years ago

veger commented 6 years ago

Ruby 2.4.0 merged Fixnum and Bignum into Integer.

Note that this breaks support for Ruby <2.4.0. If we need to support both the Ruby devs provided the RUBY_INTEGER_UNIFICATION macro.