From: Ryan Davis Date: 2009-01-21T10:43:20+09:00 Subject: Re: Ruby namespace question On Jan 20, 2009, at 17:11 , Zhao Yi wrote: > I require two ruby files which include two classes with the same name. > how can I specify which class I use? class X; end # x.rb class X; end # y.rb same class, only one to specify. Files mean nothing in ruby, they're just vehicles for the parser.