mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-io/io.rb: update a comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user