Class: Pry

Inherits:
Object show all
Defined in:
lib/pry-remote-em/client.rb

Overview

TODO detect if the old pager behavior of Pry is supported and use it. If it’s not then don’t bother adding a pager accessor Pry::Helpers::BaseHelpers#stagger_output expects Pry.pager to be defined

Instance Attribute Summary collapse

Instance Attribute Details

#pagerObject

Returns the value of attribute pager.



230
231
232
# File 'lib/pry-remote-em/client.rb', line 230

def pager
  @pager
end