AlkantarClanX12

Your IP : 18.226.82.90


Current Path : /proc/self/root/opt/alt/ruby32/share/ruby/did_you_mean/formatters/
Upload File :
Current File : //proc/self/root/opt/alt/ruby32/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