In Ruby, how do you set a variable to a certain value if it is not already defined, and leave the current value if it is already defined?
In Ruby, how do you set a variable to a certain value if it is not already defined, and leave the current value if it is already defined?