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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

c# - HwndSource win32 integration with Ribbons and KeyTips -