mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
257 B
Ruby
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
|