From: Salvador Sanjuan Date: 2009-08-27T00:11:39+09:00 Subject: # sign does not work as expected form irb 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
:157:0> #msg "Hello, irb
: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+ -- Posted via http://www.ruby-forum.com/.