Re: [Rails] TCPServer in 1.9.2

2011-09-08 Thread Jazmin
Ruby is case sensitive. Try with TCPServer.. -Jazmin On Thu, Sep 8, 2011 at 1:48 PM, zxcv wrote: > Hi. First post in this group and I hope someone can help. > > I am trying to teach myself Ruby with a long-term goal of doing some > web development using Ruby on Rails. > > Note: version > C:\ra

[Rails] TCPServer in 1.9.2

2011-09-08 Thread zxcv
Hi. First post in this group and I hope someone can help. I am trying to teach myself Ruby with a long-term goal of doing some web development using Ruby on Rails. Note: version C:\rails\hello>ruby -v ruby 1.9.2p290 (2011-07-09) [i386-mingw32] I have been going through Jeremy McAnally's book "Mr