Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Fixnum#to_s(16) doesn't return lowercase letters #127

Closed
jc00ke opened this issue May 5, 2012 · 0 comments
Closed

Fixnum#to_s(16) doesn't return lowercase letters #127

jc00ke opened this issue May 5, 2012 · 0 comments
Milestone

Comments

@jc00ke
Copy link
Contributor

jc00ke commented May 5, 2012

In MagLev

95.to_s(16)
=> "5F"

but in CRuby

95.to_s(16)
=> "5f"
@timfel timfel closed this as completed in e6fc17d May 5, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants