tabulo:Ruby的纯文本表生成器具有基于列的DRY API 源码
塔布洛 Tabulo是用于生成纯文本表(也称为“终端表”或“ ASCII表”)的Ruby库。 它是高度可配置的,并且非常易于使用。 总览 快速API: > puts Tabulo::Table.new(User.all, :id, :first_name, :last_name).pack +----+------------+-----------+ | id | first_name | last_name | +----+------------+-----------+ | 1 | John | Citizen | | 2 | Jane | Doe
文件列表
tabulo-master.zip
(预估有个37文件)
tabulo-master
.gitignore
116B
.rspec
31B
bin
setup
131B
console
331B
.travis.yml
115B
tabulo.gemspec
2KB
assets
social_media_preview
暂无评论