Class: RubyJard::Pager::JardPageTracker

Inherits:
Pry::Pager::PageTracker
  • Object
show all
Defined in:
lib/ruby_jard/pager.rb

Overview

Pager tracker in Pry does not expose enough

Instance Attribute Summary collapse

Instance Attribute Details

#colObject (readonly)

Returns the value of attribute col.



35
36
37
# File 'lib/ruby_jard/pager.rb', line 35

def col
  @col
end

#rowObject (readonly)

Returns the value of attribute row.



35
36
37
# File 'lib/ruby_jard/pager.rb', line 35

def row
  @row
end