Class: Pry::BondCompleter::DisableCommand

Inherits:
ClassCommand
  • Object
show all
Defined in:
lib/pry/bond/disable_command.rb

Instance Method Summary collapse

Instance Method Details

#processObject



11
12
13
14
# 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