[ Go back to normal view ]
BW2 :: the bitwise supplement :: http://www.bitwisemag.com/2
Ruby Programming: strings (in 60 seconds)
5 March 2014
by Huw Collingbourne
There are many ways of creating and using strings in Ruby. But the three most important string types are single-quoted, double-quoted and backquoted.
In the first of a new video series that will cover core Ruby programming topics in one minute flat, I explain these three types of Ruby string....