Closed ankane closed 3 years ago
Hi, when iRuby shows tables that exceed maxrows or maxcolumns, the last row and column aren't shown (the code uses the range ...-1). This PR changes it to include them.
maxrows
maxcolumns
...-1
Thank you for the pull request. I have confirmed that the last line is shown with Rover.
Before
After
I will merge this.
Awesome, thanks as always @kojix2!
Hi, when iRuby shows tables that exceed
maxrows
ormaxcolumns
, the last row and column aren't shown (the code uses the range...-1
). This PR changes it to include them.