diff options
Diffstat (limited to 'vendor/gems/rdoc-2.4.3/lib/rdoc/ri.rb')
-rw-r--r-- | vendor/gems/rdoc-2.4.3/lib/rdoc/ri.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/gems/rdoc-2.4.3/lib/rdoc/ri.rb b/vendor/gems/rdoc-2.4.3/lib/rdoc/ri.rb new file mode 100644 index 000000000..a3a858e67 --- /dev/null +++ b/vendor/gems/rdoc-2.4.3/lib/rdoc/ri.rb @@ -0,0 +1,8 @@ +require 'rdoc' + +module RDoc::RI + + class Error < RDoc::Error; end + +end + |