diff --git a/ruby/.pryrc b/ruby/.pryrc index e94dbd8..08bb131 100644 --- a/ruby/.pryrc +++ b/ruby/.pryrc @@ -6,7 +6,7 @@ Pry.prompt = [ ] begin - require 'pry-debugger' + require 'pry-byebug' Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'n', 'next'