add needed tip in AboutMethods

This commit is contained in:
Ikelio
2025-02-23 21:41:04 +01:00
parent 8e70162472
commit f2699f0ae7

View File

@@ -39,6 +39,7 @@ class AboutMethods < Neo::Koan
# NOTE: wrong number of arguments is not a SYNTAX error, but a
# runtime error.
# tip: When regex contains parentheses, you must escape them with backslash.
def test_calling_global_methods_with_wrong_number_of_arguments
exception = assert_raise(___(ArgumentError)) do
my_global_method