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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -