[ruby/etc] [DOC] Add empty io.rb for IO#pathconf to satisfy the coverage

https://github.com/ruby/etc/commit/0353d7c8ee
This commit is contained in:
Nobuyoshi Nakada 2023-12-20 13:27:08 +09:00 committed by Hiroshi SHIBATA
parent 12e78fbfcd
commit bf2532f039

3
lib/io.rb Normal file
View File

@ -0,0 +1,3 @@
# :stopdoc:
class IO;end
# :startdoc: