<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject:
Re: Yet Another useless Ruby 2 Idea
From: "
Trans
" <transfire@ a . m
Date: Thu, 4 Aug 2005 12:46:05 +0900
References:
150205
In-reply-to:
150205
class Foo def bar(x) puts x end def baz puts 'baz' end Const=:someconst end Close enough? T.