Created
August 8, 2014 07:35
-
-
Save rummelonp/2b66122f96ebd90f1444 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if defined? BetterErrors | |
require 'better_errors/repl/pry' | |
class BetterErrors::REPL::Pry::Output | |
def print(*args) | |
args.each { |arg| @buffer << arg.chomp } | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment