[#401849] If statement — Masoud Ahmadi <lists@...>

Will anyone be able to point out what I am doing wrong.

15 messages 2012/12/02

[#401987] Trying to get "translator" to work — JD KF <lists@...>

So, basically, I'm trying to get the below code to work properly for

12 messages 2012/12/06

[#402012] Need help to select some listbox item in different listbox together — Jonathan Masato <lists@...>

Hello,

10 messages 2012/12/07

[#402045] if n belongs to set a and m belongs to set b repeat some steps, How? — "zubair a." <lists@...>

We can do so in java and similar languages like:

11 messages 2012/12/08

[#402078] Time.new(2001, 12, 3).to_i returns wrong value — Robert Buck <lists@...>

I am doing something that not many do, I am writing a database driver

9 messages 2012/12/09

[#402145] How I can create/extract a variable/hash into the current binding in Ruby? — Ramon de C Valle <rcvalle@...>

Hi,

12 messages 2012/12/12

[#402205] Wondering About Flatiron School — "Kevin Y." <lists@...>

Hi everyone!,

35 messages 2012/12/15
[#402207] Re: Wondering About Flatiron School — Chad Perrin <code@...> 2012/12/15

On Sat, Dec 15, 2012 at 11:51:08AM +0900, Kevin Y. wrote:

[#402214] Ruby quick reference arranged in ASCII sequence? — Old Grantonian <lists@...>

As a ruby beginner, I would be grateful for any links to a ruby

17 messages 2012/12/15

[#402226] print - and strip text between tags using Nokogiri — Paul Mena <lists@...>

I'm a Ruby Newbie trying to write a program to process thousands of HTML

13 messages 2012/12/15

[#402332] Perl to Ruby: regex captures to assignment. — "Derrick B." <lists@...>

Hello all,

37 messages 2012/12/19
[#402342] Re: Perl to Ruby: regex captures to assignment. — "Derrick B." <lists@...> 2012/12/20

First of all, thanks for the fast responses!

[#402352] Re: Perl to Ruby: regex captures to assignment. — Robert Klemme <shortcutter@...> 2012/12/20

On Thu, Dec 20, 2012 at 1:38 AM, Derrick B. <lists@ruby-forum.com> wrote:

[#402357] Re: Perl to Ruby: regex captures to assignment. — "Derrick B." <lists@...> 2012/12/20

Robert Klemme wrote in post #1089733:

[#402359] trying to strip characters from a line — Paul Mena <lists@...>

I'm reading a table from a MySQL database and then processing it row by

18 messages 2012/12/20

[#402394] simple division: -9 / 5 = -2 what? — "Derrick B." <lists@...>

$ irb

13 messages 2012/12/22

[#402412] POLS and string-handling — Paul Magnussen <lists@...>

Hi,

14 messages 2012/12/22

[#402460] "Open" dialog of Windows — "Damián M. González" <lists@...>

Hi guys, been researching about pop up the "open" file dialog of

11 messages 2012/12/24

[#402466] How do I install Ruby on my Ubuntu 12.10 partition. — Kaye Ng <lists@...>

I already have Ruby installed on my Windows 7 partition.

23 messages 2012/12/25

[#402510] Ruby Association Certified Ruby Programmer — Sean Westfall <lists@...>

How well respected is this certification in the industry: Ruby

27 messages 2012/12/27
[#402528] Re: Ruby Association Certified Ruby Programmer — Peter Hickman <peterhickman386@...> 2012/12/27

On 27 December 2012 01:28, Sean Westfall <lists@ruby-forum.com> wrote:

[#402555] numeric? — Brandon Weaver <keystonelemur@...>

I've found a bit of an annoyance trying to find out if a number is numeric

20 messages 2012/12/27

[#402580] Ruby Koans regarding Hashes. — "Derrick B." <lists@...>

I am trying to understand this, so let me know how I do. :) I know

18 messages 2012/12/28

[#402609] can't open new ruby program under "new" context menu — "Lee V." <lists@...>

I'm stuck on the new version at trying to do something very simple.

10 messages 2012/12/28

[#402642] require "test/unit" — "Mattias A." <lists@...>

Hi,

17 messages 2012/12/29
[#402667] Re: require "test/unit" — "Mattias A." <lists@...> 2012/12/31

Hi Dami=C3=A1n M. Gonz=C3=A1lez!

[#402747] Re: require "test/unit" — "Derrick B." <lists@...> 2013/01/04

Mattias A. wrote in post #1090700:

[#402749] Re: require "test/unit" — sto.mar@... 2013/01/04

Am 04.01.2013 19:48, schrieb Derrick B.:

Re: can't open new ruby program under "new" context menu

From: Lee Veinot <lee_veinot@...>
Date: 2012-12-30 11:51:29 UTC
List: ruby-talk #402653
Well, I'm up to page 43 in Chris Pine's book and having a lot of fun, but I=
 still can't figure out two basic things. =C2=A0One is what I've already as=
ked you about. =C2=A0I'm just going to paste what his book says so you can =
see what I'm having trouble with:=0A=0ANow let=E2=80=99s make a folder on y=
our desktop in which you=E2=80=99ll keep all of your=0Aprograms. Right-clic=
k your desktop, select New, and then select Folder.=0AName it something tru=
ly memorable, such as programs. Now doubleclick=0Athe folder to open it.=0A=
To make a blank Ruby program, right-click in the folder, select New,=0Aand =
then select Ruby Program. You can rename the file if you want,=0Abut make s=
ure to keep the .rb file extension, since that=E2=80=99s what tells your=0A=
computer this is a Ruby program (and not an email or a picture of Mr.=0ABea=
n or something).=0A=0A=0AI have a feeling creating the folder will be impor=
tant down the road but I just can't figure out how to do it. =C2=A0Is my pr=
oblem that I shouldn't be using 'interactive ruby'? =C2=A0That's what I've =
been using for everything, which brings me to my second question; I don't k=
now how to make more than one line of a program at a time. =C2=A0Whenever I=
 type a line of program and press enter, I get the response. =C2=A0I know t=
here's got to be a way to fix this. =C2=A0I even tried typing lines at a ti=
me in the editor and then pasting it into interactive ruby, but it still on=
ly reads one line at a time. =C2=A0Please help! I'm understanding all the p=
rogramming I'm doing but these 2 basic, setup things, are driving me crazy!=
=C2=A0=0A=0A=0A________________________________=0A From: Derrick B. <lists@=
ruby-forum.com>=0ATo: ruby-talk ML <ruby-talk@ruby-lang.org> =0ASent: Satur=
day, December 29, 2012 1:11 PM=0ASubject: Re: can't open new ruby program u=
nder "new" context menu=0A =0ALee V. wrote in post #1090514:=0A> I just uni=
nstalled what I had and reinstalled using the steps given in=0A> the link y=
ou sent, but for some reason I still can't do what I'm trying=0A> to do.=C2=
=A0 If you have any familiarity with Windows at all, I'll try to=0A> explai=
n what I'm attempting to do.=C2=A0 On windows, when you right click on=0A> =
the desktop or in a folder, one of the options you can click on says=0A> "n=
ew".=C2=A0 From this you can choose a new folder, word document, etc.=C2=A0=
 I'm=0A> trying to make the "new" menu have an option to add a new Ruby Pro=
gram,=0A> because the Ruby Tutorial I'm reading by Chris Pine says that's t=
he next=0A> step.=C2=A0 According to his book, the option should be under t=
he "new" menu=0A> already.=0A=0AI am very familiar with Windows, so I do un=
derstand right-clicking the=0Adesktop and being presented with a menu.=C2=
=A0 As you have seen by the types=0Aof "new" items you can create by that m=
enu, maybe when you install SciTE=0A(the Scintilla Text Editor), it might a=
dd that option to the "new" menu.=0A=0AOtherwise, if you already have that =
editor installed, it would probably=0Abe just easier to open the editor and=
 use its "Save as..." (assuming it=0Ahas that functionality) to save whatev=
er Ruby file you create in SciTE=0Ato any location you choose.=0A=0ASince y=
ou know how to right-click and choose "new" on the desktop, how=0Aabout cre=
ating a folder on the Desktop called "My Ruby Files", or=0Asomething, and y=
ou can use that as you location to store files.=C2=A0 Just a=0Athought, but=
 I think just jumping into the editor and following along=0Awith Chris Pine=
's tutorial will get you going along just fine.=0A=0AHave fun with Ruby, I =
know I am!=0A=0A-- =0APosted via http://www.ruby-forum.com/.

In This Thread