zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Make console output less verbose #208

Closed Richard-Degenne closed 6 years ago

Richard-Degenne commented 6 years ago

When using Spreadsheet in a console (when debugging for instance), the output produced by a simple Spreadsheet.open is humongous. And there are lots of other calls that produce way too much output.

I know I can do Spreadsheet.open(file); nil to shut it off, but it's not clean, imo.

zdavatz commented 6 years ago

;) - let me know if you come up with a patch that works and that makes all the tests pass. I personally never use IRB.