canadalearningcode / llc-intro-to-ruby

Intro to Data Analysis with Ruby -- (SLIDES - http://ladieslearningcode.github.io/llc-intro-to-ruby/slides.html), (LEARNER FILES - http://bit.ly/llc-ruby-data) - No sample project.
Other
7 stars 10 forks source link

Change all instances of `Fixnum` to `Integer`. Fixes #10. #20

Closed eddieantonio closed 4 years ago

eddieantonio commented 5 years ago

As said, anywhere it said Fixnum, I changed to Integer. This works for all versions of Ruby 2.x, as far as I'm aware. However 42.class may return Fixnum in older versions.

I also added a quick note for people using old versions of Ruby (mostly macOS users).

This may conflict with #15.