1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/did_you_mean/formatters/verbose_formatter.rb
2021-10-22 21:00:23 -04:00

9 lines
257 B
Ruby

warn "`require 'did_you_mean/formatters/verbose_formatter'` is deprecated and falls back to the default formatter. "
require_relative '../formatter'
# frozen-string-literal: true
module DidYouMean
# For compatibility:
VerboseFormatter = Formatter
end