From be4a3a1023c8b69d74b00660d488dc53c155cee2 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 17 Oct 2014 16:01:11 -0700 Subject: [PATCH] [ruby] Switch to pry-byebug --- ruby/.pryrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'