[#274] IPv6-ready ruby — Jun-ichiro itojun Hagino <itojun@...>
We KAME team (www.kame.net) are working on IPv6-ready ruby.
7 messages
1999/04/13
[#275] Re: IPv6-ready ruby
— gotoken@... (GOTO Kentaro)
1999/04/14
In message "[ruby-talk:00274] IPv6-ready ruby"
[#276] Re: IPv6-ready ruby
— Jun-ichiro itojun Hagino <itojun@...>
1999/04/14
[#297] Ruby 1.3.3-990430 — matz <matz@...>
Ruby 1.3.3-990430 is out, check out:
1 message
1999/04/30
[ruby-talk:00281] 'case' question
From:
"bryce" <thecrow@...>
Date:
1999-04-14 22:01:18 UTC
List:
ruby-talk #281
The following code works fine:
if e.type == BNClicked then
print "\nGot BNClicked"
end
but this code, which I thought would be equivalent
does not work.
case e.type
when BNClicked
print "\nGot BNClicked"
end
Am I missing the reason why?
Thanks.
Bryce