Hello everyone, I would like to now if the following snippets of code are equivalent: ---> module My; module Little; module Namespace; class Foo end; end; end; end <--- module My::Little::Namespace; class Foo end; end; ---> are those snippets exactly the same? Ie i can do: foo = My::Little::Namespace::Foo.new? thanks in advance for any help! George Moschovitis, http://www.joy.gr