ruby - What is the solution to this blank in the code? -


this test_symbols_cannot_be_concatenated exercise in ruby koans. previous exercises had used assert_equal tests. first assert_raise on path enlightenment.

def test_symbols_cannot_be_concatenated    assert_raise(_____)     :cats + :dogs   end end 

nomethoderror guess, since makes no sense try sum or catenate 2 symbols.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -