AlkantarClanX12

Your IP : 18.188.132.71


Current Path : /opt/alt/ruby33/share/ruby/did_you_mean/formatters/
Upload File :
Current File : //opt/alt/ruby33/share/ruby/did_you_mean/formatters/verbose_formatter.rb

# frozen-string-literal: true

warn "`require 'did_you_mean/formatters/verbose_formatter'` is deprecated and falls back to the default formatter. "

require_relative '../formatter'

module DidYouMean
  # For compatibility:
  VerboseFormatter = Formatter
end