We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb05c50 + f2699f0 commit e072392Copy full SHA for e072392
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