Skip to content

Commit a23e63f

Browse files
committed
[DOC] Options for rdoc
1 parent 3f1f226 commit a23e63f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.rdoc_options

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
main_page: README.md
3+
page_dir: docs

docs/dir.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file is to show this class in the generated pages and to make
2+
# RDoc coverage 100%.
3+
4+
# Built-in class represents a directory in the underlying file system.
5+
class Dir
6+
end

0 commit comments

Comments
 (0)