<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject:
Is there an "in" operator in ruby ?
From:
TRANS
<transfire@ a . m
Date: Thu, 20 Apr 2006 04:07:13 +0900
@test=[2,4,6,8] (@test & (1..10).to_a).each { |x| ... } T.