S
Salvador Sanjuan
I have just started Ruby. I have tried to do some exercises usin irb but
this is what happens if I write the following code msg = "Hello "
#{name} ":
irb<main>:157:0> #msg "Hello,
irb<main>:158:0>*
As as soon as I enter the # sign after the Hello it moves to the
beggining of the line and a new line appears.
My computer works with Windows XP.
How can I change the way the # sign works+
this is what happens if I write the following code msg = "Hello "
#{name} ":
irb<main>:157:0> #msg "Hello,
irb<main>:158:0>*
As as soon as I enter the # sign after the Hello it moves to the
beggining of the line and a new line appears.
My computer works with Windows XP.
How can I change the way the # sign works+