Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for 'constant::Fixnum is deprecated' error in Ruby 2.4.0 #4

Closed
wants to merge 4 commits into from
Closed

Conversation

msdundar
Copy link

Since constant::Fixnum is deprecated in Ruby 2.4.0, about_objects.rb failed to run. Changing Fixnum to Integer fixes this.

@NoahTheDuke
Copy link

Isn't the point of that comment to show that it's ambiguous, not that it's a syntax error? Having it be my_global_method(2, 3) is perfectly fine as an option, if indeed that's what's intended.

@msdundar
Copy link
Author

Stale PR, I'm closing this.

@msdundar msdundar closed this Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants