We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e70162 commit f2699f0Copy full SHA for f2699f0
1 file changed
src/about_methods.rb
@@ -39,6 +39,7 @@ def test_sometimes_missing_parentheses_are_ambiguous
39
40
# NOTE: wrong number of arguments is not a SYNTAX error, but a
41
# runtime error.
42
+ # tip: When regex contains parentheses, you must escape them with backslash.
43
def test_calling_global_methods_with_wrong_number_of_arguments
44
exception = assert_raise(___(ArgumentError)) do
45
my_global_method
0 commit comments