Skip to content

Commit 0353d7c

Browse files
committed
[DOC] Add empty io.rb for IO#pathconf to satisfy the coverage
1 parent a39e982 commit 0353d7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/io.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# :stopdoc:
2+
class IO;end
3+
# :startdoc:

0 commit comments

Comments
 (0)