Things That Newcomers to Ruby Should Knowcs.auckland.ac.nz 2 pointscatch40416 years ago1 commentSaveHideCopy link On HNComments−cscotta16yIt's important to note that String#Fixnum (the target anchor in the article) does return the character at that index in the current version of Ruby.The behavior was changed at the start of the 1.9.x series.
Comments
It's important to note that String#Fixnum (the target anchor in the article) does return the character at that index in the current version of Ruby.
The behavior was changed at the start of the 1.9.x series.