Comment on New to Ruby? Tips for the new Rubyist.Comments−christiangenco14y> (infinite loops are almost always written using the loop do..end construct though. but how often do you write infinite loops anyway?)`while true` usually does it for me.
Comments
> (infinite loops are almost always written using the loop do..end construct though. but how often do you write infinite loops anyway?)
`while true` usually does it for me.