class Pry::BondCompleter::EnableCommand

Public Instance Methods

process() click to toggle source
# File lib/pry/bond/enable_command.rb, line 10
def process
  _pry_.config.completer = Pry::BondCompleter
  output.puts heading("bond input completion has been enabled and is ready to use!")
end