mruby-io/io.rb: update a comment

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-27 19:18:11 +09:00
parent ba1b12948d
commit 20606c4455
+1 -1
View File
@@ -90,7 +90,7 @@ class IO
def hash
# We must define IO#hash here because IO includes Enumerable and
# Enumerable#hash will call IO#read...
# Enumerable#hash will call IO#read() otherwise
self.__id__
end