1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/rdoc] Remove unused abbrev require

This library originally used `abbrev` to expand abbreviations into
fully-qualified classes, but that was replaced in
f9ffe6684e

`abbrev` is no longer used anywhere, so this commit removes the require.

https://github.com/ruby/rdoc/commit/b76775f27d
This commit is contained in:
Daniel Colson 2022-10-05 20:51:05 -04:00 committed by git
parent 358fe26b31
commit 3e84290213

View file

@ -1,5 +1,4 @@
# frozen_string_literal: true
require 'abbrev'
require 'optparse'
begin