class Pry::BondCompleter::DisableCommand
Public Instance Methods
process()
click to toggle source
# File lib/pry/bond/disable_command.rb, line 11 def process _pry_.config.forget(:completer) output.puts heading("bond input completion has been disabled and the pry default has been restored.") end