mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Replace an deprecated constant with a new one in did_you_mean
This commit is contained in:
parent
0d4bfbdbe1
commit
573d9d3a4a
1 changed files with 1 additions and 5 deletions
|
|
@ -13,11 +13,7 @@ class TestOptionParser::DidYouMean < TestOptionParser
|
|||
@opt.def_option("--bar", Integer) { |v| @bar = v }
|
||||
@opt.def_option("--baz", Integer) { |v| @baz = v }
|
||||
@formatter = ::DidYouMean.formatter
|
||||
case @formatter
|
||||
when ::DidYouMean::PlainFormatter
|
||||
else
|
||||
::DidYouMean.formatter = ::DidYouMean::PlainFormatter.new
|
||||
end
|
||||
::DidYouMean.formatter = ::DidYouMean::Formatter
|
||||
end
|
||||
|
||||
def teardown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue