mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00

```
did_you_mean/formatters/verbose_formatter.rb:5: warning: `frozen_string_literal' is ignored after any tokens
```
531760f323
10 lines
258 B
Ruby
10 lines
258 B
Ruby
# 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
|