From 8db06fe2c9c1103fd623e97c80660e41502e6580 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 9 Feb 2022 18:56:36 +0900 Subject: [ruby/rdoc] Allow cross references to logical operator methods https://github.com/ruby/rdoc/commit/17c0da304d --- test/rdoc/test_rdoc_cross_reference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_cross_reference.rb b/test/rdoc/test_rdoc_cross_reference.rb index a226bf4b11..bd96006976 100644 --- a/test/rdoc/test_rdoc_cross_reference.rb +++ b/test/rdoc/test_rdoc_cross_reference.rb @@ -2,7 +2,7 @@ require File.expand_path '../xref_test_case', __FILE__ class TestRDocCrossReference < XrefTestCase - OPERATOR_METHODS = %w'== === != =~ !~ < > <= >= <=> [] []= << >> -@ +@ ! - + * / % ** !@ `' + OPERATOR_METHODS = %w'== === != =~ !~ < > <= >= <=> [] []= << >> -@ +@ ! - + * / % ** !@ ` | & ^' def setup super -- cgit v1.2.3