From: Robert Klemme Date: 2006-08-04T17:10:13+09:00 Subject: Re: I’m having a hard time learning ruby. Nate Imaqaguy wrote: > Someone told me about �.methods�, but that only works if you�re in an > irb session, which I find painful to use because I have to type all my > code in, line by line. I can�t even figure out how to paste each line > of the code I already have. Inevitably I fat finger something and get > mad. Here's what I do frequently: enter the text in the editor and then paste it to the IRB session (on Windows you can do that with right mouse click - maybe you have to change settings of the terminal to "quick edit mode" and "insert mode"). Kind regards robert