Blocks, eval and named parameters034 (8/27/2003 7:45:59 AM) Hello, So I was reading the brief discussion on named parameters in the gigantic troll-fueled thread (forward note, the hash option wasn't discussed, and I do know about it, so I don't need to be lectured :)... djd15(152)
Specification of Ruby regex?932 (8/25/2003 2:03:16 PM) Hi all, I was just wondering... Is there any place where Ruby's Regex capabilities are described? E.g. it seems that /\w{3}/ matches at least three consecutive characters, but I do not seem to be able to loca... rhp(7)
Sample code of all Ruby-powered website051 (8/27/2003 2:36:19 AM) I was wondering if there is some sample Ruby code for a fully functioning Ruby powered website? Some basic homepage with buttons(radio, pushbutton,checks, etc), text input, and may be some access to MySQL data... REMOVE_THISusenets2(8)
Quotable quote from Matz430 (8/22/2003 6:42:27 PM) This caught my eye and I wanted to make sure everyone saw it. (I'm posting this without Matz's permission -- hope that's not rude.) According to Matz: > Ah, please stop mentioning POLS whenever your personal... hal90001(1535)
profilier issues???346 (8/26/2003 4:01:47 PM) Hi everyone. I have a program that does a lot of file IO, multiple DBI DB access, even spawns a perl program and uses that output. The program runs in about 7 minutes. Where I add require "profile" to the ... walter7678(39)
Re: Array#uniq! #2130 (8/26/2003 6:40:29 PM) > > There are a number of "bang" methods that do this. If I recall > > correctly, matz has said they do this so that you CAN'T chain the > > methods. > > I thought Matz had said it was because there'd be no ... michael_s_campbell(175)
Help! redirecting stderr 1.6.x and 1.8 differences122 (8/26/2003 6:19:36 PM) I want to log stdout and stderr of a compile to a file, so I use (for example) this simple ruby script, which works under 1.6.8 and doesn't under 1.8 --------------------------------- #!/bin/ruby -w $stdout.r... andrew7829(167)
newbie with inheritance issues...229 (8/26/2003 3:45:02 PM) Hi, just to try and wrap my head around ruby I'm attempting to build a Net::Finger (as a subclass of TCPSocket) class based on the network I/O example in "Programming Ruby", but my class behave exacly like it'... jon4055(5)
Re: Why did you switch from Python to Ruby? #5023 (8/26/2003 5:16:49 PM) Thank you for the tip, That is very elegant, Mike -----Original Message----- From: Berger, Daniel [mailto:djberge@qwest.com] Sent: Tuesday, August 26, 2003 12:49 PM To: ruby-talk@ruby-lang.org Subject: Re: Wh... michael.l.schneider(4)