diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-25 02:43:03 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-25 02:43:03 +0000 |
commit | 1fa054ccbe49e8dda5dbabf6b3c89237317f2799 (patch) | |
tree | b47a0968d921320591f9218bc746e11a7922c53f /lib/rdoc/ri/util.rb | |
parent | 3454e2b989d541a1b6dfa0e5f6432cce17cc16d7 (diff) | |
download | ruby-1fa054ccbe49e8dda5dbabf6b3c89237317f2799.tar.gz ruby-1fa054ccbe49e8dda5dbabf6b3c89237317f2799.tar.xz ruby-1fa054ccbe49e8dda5dbabf6b3c89237317f2799.zip |
Import RDoc 2.2.1 r185
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/ri/util.rb')
-rw-r--r-- | lib/rdoc/ri/util.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rdoc/ri/util.rb b/lib/rdoc/ri/util.rb index 34277f259..4e91eb978 100644 --- a/lib/rdoc/ri/util.rb +++ b/lib/rdoc/ri/util.rb @@ -1,7 +1,5 @@ require 'rdoc/ri' -class RDoc::RI::Error < RuntimeError; end - ## # Break argument into its constituent class or module names, an # optional method type, and a method name |