why can't I write:

	class Foo::Bar; ...; end

instead of:

	module Foo; class Bar; ...; end; end



matju