Class: RubyJard::Pager::JardPageTracker
- Inherits:
-
Pry::Pager::PageTracker
- Object
- Pry::Pager::PageTracker
- RubyJard::Pager::JardPageTracker
- Defined in:
- lib/ruby_jard/pager.rb
Overview
Pager tracker in Pry does not expose enough
Instance Attribute Summary collapse
-
#col ⇒ Object
readonly
Returns the value of attribute col.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Instance Attribute Details
#col ⇒ Object (readonly)
Returns the value of attribute col.
35 36 37 |
# File 'lib/ruby_jard/pager.rb', line 35 def col @col end |
#row ⇒ Object (readonly)
Returns the value of attribute row.
35 36 37 |
# File 'lib/ruby_jard/pager.rb', line 35 def row @row end |