diff --git a/mrbgems/mruby-io/mrblib/io.rb b/mrbgems/mruby-io/mrblib/io.rb index 055794653..d6e0032f6 100644 --- a/mrbgems/mruby-io/mrblib/io.rb +++ b/mrbgems/mruby-io/mrblib/io.rb @@ -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