What is the syntax for if-else statements? I am getting syntax errors when I have the following:
if var1 != 'nil'
test_env = var1
test_site = "http://web#{test_env}-at/"
else
test_env = "qae"
test_site = "http://web#{test_env}-at/"
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
