search for: lorant

Displaying 2 results from an estimated 2 matches for "lorant".

Did you mean: loran
2004 Mar 13
0
lock/shared file problem
...hought was that it is due to wrong permissions but afaik they seem right - now I actually set file and dir create mask to 0777 and force masks to 0775 and no luck. Does anybody have an idea? I'd very much appreciate help b/c I could find anything about this online or in the docs. Thanks. - Lorant
2009 Feb 03
1
Passing args to generator
I have some default_options in generator and when I wish to change they value with --option_name I get only logical true instead of string ... default_options :option_name => "Some string" ... def add_options!(opt) opt.separator '''' opt.separator ''Options:'' opt.on("--option_name","Some Text") { |v| options[:option_name] = v