🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:14:37 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby33
/
share
/
rubygems
/
rubygems
📍 /opt/alt/ruby33/share/rubygems/rubygems
🔄 Refresh
✏️
Editing: unknown_command_spell_checker.rb
Read Only
# frozen_string_literal: true class Gem::UnknownCommandSpellChecker attr_reader :error def initialize(error) @error = error end def corrections @corrections ||= spell_checker.correct(error.unknown_command).map(&:inspect) end private def spell_checker dictionary = Gem::CommandManager.instance.command_names DidYouMean::SpellChecker.new(dictionary: dictionary) end end
💾 Save Changes
❌ Cancel