On Tue  6.Jan'09 at 18:14:05 +0900, Zhao Yi wrote:
> Brian Candler wrote:
> > 
> > Which means it's world-writable, as the warning says. In octal:
> > 
> >     7   7   7
> >    111 111 111
> >    rwx rwx rwx    (user, group, world)
> > 
> > man chmod
> 
> why does ruby check its permission? 

Why not? Ruby is letting you know that something bad can happen.

> I do want this path writable. how can I disable this warning?

ruby -W0 /path/to/your_script

-drd