File: text-table.rb

package info (click to toggle)
ruby-text-table 1.2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: ruby: 805; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
%w(table row cell enumerable symbol).each do |lib|
  require File.join(File.dirname(__FILE__), 'text-table', lib)
end