<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject: [ruby-talk:
18653
]
Re: Converting | to a Proc object?
From:
Dave Thomas
<Dave PragmaticProgrammer.com>
Date: Sat, 28 Jul 2001 02:57:20 +0900
References:
18648
In-reply-to: Emil Ong's message of "Sat, 28 Jul 2001 02:26:11 +0900"
Emil Ong <onge / mcs.anl.gov> writes: >
irb(main):002:0> [].|.to_proc
Try [].method(:|).to_proc Dave