From 130df3e87a87a6c6a9e6ba67856a65223c23561a Mon Sep 17 00:00:00 2001 From: msyesyan Date: Sat, 10 Jan 2015 23:31:39 +0800 Subject: [PATCH] Remove the outdated comments for hirb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cldwalker-hirb will conflict with ‘hirb’ and it cause `Hirb::View.view_or_page_output(value) || @old_print.call(output, value)` error --- pryrc_rails | 1 + 1 file changed, 1 insertion(+) diff --git a/pryrc_rails b/pryrc_rails index 650035c..738ffe8 100755 --- a/pryrc_rails +++ b/pryrc_rails @@ -2,6 +2,7 @@ begin require 'hirb' # sudo gem install cldwalker-hirb --source http://gems.github.com + require 'hirb' require "hirb-unicode" rescue LoadError end