a = "Hello"; b = a; b << ", World"; # Note: += would not do this! puts a;