Gems
Ruby terminal table generator with a DRY, column-based API
Tabulo is a terminal table generator for Ruby.It offers a DRY, "column-centric" interface, and is designed to make it very easy to produce highly readable tables, even from large and unwieldy data sets and streams.Tabulo is both easy to use and fe...
Override methods while maintaining their original visibility
Public? Private? Protected? Who cares! I just wanna monkey patch that shit!No fear: Invisible has your back! In a dozen lines of code, this little gem does away with the problem of maintaining original method visibility, so you can get on with you...