Skip to content

Commit

Permalink
Merge pull request #39 from pcmantz/require-pry-pager
Browse files Browse the repository at this point in the history
stagger_output needs Pry::Pager to be loaded in the parent scope
  • Loading branch information
gruis committed Feb 6, 2013
2 parents a7157f6 + ceca09f commit d80e4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pry-remote-em/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
end
require "pry-remote-em/client/generic"
require 'pry/helpers/base_helpers'
require 'pry/pager'
require "readline"
require 'highline'

Expand Down

0 comments on commit d80e4d7

Please sign in to comment.