From: Martin DeMello Date: 2006-07-07T16:19:01+09:00 Subject: Re: Easy Pathname On 7/7/06, Joel VanderWerf wrote: > > What about > > path = Pathname[''] / 'usr' / 'local' #=> # > > A bit more palatable (?) without affecting String. Even better would be for [] to split on "/" itself for literal paths: path = Pathname['/usr/local/src'] path = Pathname['/usr']/foo/bar martin