Since 5/8/2012 6:14:19 AM, marcantoniosr has written 5 articles and participated in 5 conversations. marcantoniosr signature: marcantoniosr
marcantoniosr's articles:
Items(5) /1
Password Echo632 (5/9/2007 2:46:35 AM) comp.lang.ruby Anyone know of a way, aside from Ruby/Password, of suppressing echo for a password prompt on a terminal? I'm interested in *nix primarily. Thanks, Marc ... Marc
recv134 (4/7/2007 4:00:24 AM) comp.lang.ruby Seemly stupid question, can anyone tell me what class the method recv is defined? I can't find it anywhere (although I haven't looked through the core source yet). Could it be an alias? Thanks, Marc ... Marc
Socket issue325 (1/22/2007 3:53:58 PM) comp.lang.ruby Hey all, While testing some edge cases in an app I came across a strange socket issue. If I have a server that dies unexpectedly, and then try to write to it from an already connected client, it doesn't raise... Marc
Proc code433 (1/9/2007 3:35:46 AM) comp.lang.ruby Hey all, Is there a way to get the code (or, more importantly, the variables) out of a block associated with a Proc? For example: foo = lamdba { a = 'bar'; puts a } p foo.source produces "a = 'bar'; puts a"... Marc
Ruby IPC343 (1/28/2006 2:53:34 AM) comp.lang.ruby ------=_Part_8345_29391988.1138416801222 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, I'm very new to Ruby, so excuse me if t... Marc
marcantoniosr's replies:
Items(5) /1
IRB Core file ?141 (3/27/2006 9:03:14 PM) comp.lang.ruby I have screwed up my cygwin env enough on my windows machine so that irb will consistently crash with no visible errors or messages. Does anyone knows where I can look to get info about the crash ie core file... kitesurf27(5)
Proc code433 (1/9/2007 3:35:46 AM) comp.lang.ruby Hey all, Is there a way to get the code (or, more importantly, the variables) out of a block associated with a Proc? For example: foo = lamdba { a = 'bar'; puts a } p foo.source produces "a = 'bar'; puts a"... marcantoniosr(10)
Socket issue325 (1/22/2007 3:53:58 PM) comp.lang.ruby Hey all, While testing some edge cases in an app I came across a strange socket issue. If I have a server that dies unexpectedly, and then try to write to it from an already connected client, it doesn't raise... marcantoniosr(10)
Password Echo632 (5/9/2007 2:46:35 AM) comp.lang.ruby Anyone know of a way, aside from Ruby/Password, of suppressing echo for a password prompt on a terminal? I'm interested in *nix primarily. Thanks, Marc ... marcantoniosr(10)