From 4ebc95246b5345f736503d0a78dcbdbbc3f89134 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 10 Oct 2004 03:35:51 +0000 Subject: Support "require" as variable name in RDoc git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .document | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.document') diff --git a/.document b/.document index 2471a9ce8..230c50e38 100644 --- a/.document +++ b/.document @@ -9,3 +9,8 @@ # the lib/ directory (which has its own .document file) lib + + +# and some of the ext/ directory (which has its own .document file) + +ext -- cgit