diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.document | 1 | ||||
-rw-r--r-- | lib/net/.document | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/.document b/lib/.document index e93b0e63e2..989f6c0ffb 100644 --- a/lib/.document +++ b/lib/.document @@ -19,6 +19,7 @@ find.rb generator.rb logger.rb matrix.rb +net observer.rb optionparser.rb pathname.rb diff --git a/lib/net/.document b/lib/net/.document new file mode 100644 index 0000000000..6332bb9e7e --- /dev/null +++ b/lib/net/.document @@ -0,0 +1,8 @@ +ftp.rb +http.rb +https.rb +imap.rb +pop.rb +smtp.rb +smtps.rb +telnet.rb |