Well, it is the same point i think..But i dont understand it that well...
I don't get what this line does:
result, current_text = [], words.shift
--' I've never seen anything like that XD
And then, there is the problem with:
self.text_size("#{current_text} #{words
}").width
text_size returns the rect of the self.contents.draw_text... but I don't know what's the meaning of that stuff inside ( )
see u