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. #21

Open eddieantonio opened 4 years ago

eddieantonio commented 4 years ago

NOTE: this is a fixed version of #20! This resolves the conflicts introduced by that PR.

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).

Closes #10 Closes #20

eddieantonio commented 4 years ago

@deartrudence Thanks for getting around to these PRs! 😄 As mentioned, this is just #20, but I resolved the merge conflicts.

eddieantonio commented 4 years ago

@deartrudence: it's done! Let's merge another PR for Hacktoberfest!