autovivification in Ruby?
Posted by root Sun, 13 Apr 2008 21:41:00 GMT
if false
x = true
end
x.class #NilClassRuby declares the variable even if the assignment is not executed.
Posted by root Sun, 13 Apr 2008 21:41:00 GMT
if false
x = true
end
x.class #NilClassRuby declares the variable even if the assignment is not executed.
Posted by root Sun, 13 Apr 2008 16:13:00 GMT
Process::Sys.setreuid(0,0) || system("su")