diff options
Diffstat (limited to 'lib/rdoc/code_objects.rb')
| -rw-r--r-- | lib/rdoc/code_objects.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/rdoc/code_objects.rb b/lib/rdoc/code_objects.rb new file mode 100644 index 0000000000..434a25ac7f --- /dev/null +++ b/lib/rdoc/code_objects.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true +# This file was used to load all the RDoc::CodeObject subclasses at once. Now +# autoload handles this. + +require 'rdoc' + |
