<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject: [ruby-talk:
5670
]
syntactic question
From:
Mathieu Bouchard
<matju cam.org>
Date: Thu, 19 Oct 2000 01:57:38 +0900
why can't I write: class Foo::Bar; ...; end instead of: module Foo; class Bar; ...; end; end matju