📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 07:05:36
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
did_you_mean
/
core_ext
📍 /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/did_you_mean/core_ext
🔄 Refresh
✏️
Editing: name_error.rb
Read Only
module DidYouMean module Correctable def original_message method(:to_s).super_method.call end def to_s msg = super.dup suggestion = DidYouMean.formatter.message_for(corrections) msg << suggestion if !msg.end_with?(suggestion) msg rescue super end def corrections @corrections ||= spell_checker.corrections end def spell_checker SPELL_CHECKERS[self.class.to_s].new(self) end end end
💾 Save Changes
❌ Cancel