From ceca09f5c89d750c07eb5e271105b8621a9c4e7a Mon Sep 17 00:00:00 2001 From: "Paul C. Mantz" Date: Wed, 6 Feb 2013 15:03:43 -0600 Subject: [PATCH] stagger_output needs Pry::Pager to be loaded in the parent scope --- lib/pry-remote-em/client.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pry-remote-em/client.rb b/lib/pry-remote-em/client.rb index 715a94e..429aa70 100644 --- a/lib/pry-remote-em/client.rb +++ b/lib/pry-remote-em/client.rb @@ -7,6 +7,7 @@ end require "pry-remote-em/client/generic" require 'pry/helpers/base_helpers' +require 'pry/pager' require "readline" require 'highline'