Comment on Things That Newcomers to Ruby Should KnowComments−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.