From 3ade104e0afb78c00d8aa790f02597059d7e6e06 Mon Sep 17 00:00:00 2001 From: Ryan Souza Date: Thu, 14 Feb 2019 11:52:19 -0800 Subject: [PATCH] test PR --- irbrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irbrc b/irbrc index 877df24..9e4a76f 100644 --- a/irbrc +++ b/irbrc @@ -7,7 +7,7 @@ def ignore_exception end end - +blah ignore_exception { require 'irb/completion' } ignore_exception { require 'rubygems' } ignore_exception { require 'pp' }