Remove implementation of Symbol#===

For reducing program size.
This commit is contained in:
KOBAYASHI Shuji
2019-03-25 21:39:11 +09:00
parent 33a9840e4a
commit b489ddcbd1
2 changed files with 2 additions and 23 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ assert('Symbol', '15.2.11') do
end
assert('Symbol#===', '15.2.11.3.1') do
assert_true :abc == :abc
assert_false :abc == :cba
assert_true :abc === :abc
assert_false :abc === :cba
end
assert('Symbol#id2name', '15.2.11.3.2') do