diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-12-20 13:27:08 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-25 21:12:49 +0900 |
| commit | bf2532f039887fdd6fa409a34db34fd9b8bcab01 (patch) | |
| tree | 90d0bfeca299e96eaf575dbd912b9f52523769d4 /lib | |
| parent | 12e78fbfcdd53adc504b6af093ee1a4b785da4b2 (diff) | |
[ruby/etc] [DOC] Add empty io.rb for `IO#pathconf` to satisfy the coverage
https://github.com/ruby/etc/commit/0353d7c8ee
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/io.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/io.rb b/lib/io.rb new file mode 100644 index 0000000000..e238fca0cb --- /dev/null +++ b/lib/io.rb @@ -0,0 +1,3 @@ +# :stopdoc: +class IO;end +# :startdoc: |
