/
/
opt
/
alt
/
ruby31
/
share
/
rubygems
/
rubygems
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/ruby31/share/rubygems/rubygems
Edit:
/opt/alt/ruby31/share/rubygems/rubygems/unknown_command_spell_checker.rb
# 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
Ukuran: 411 B