File: version.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 (5 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Text
  class Table
    VERSION = '1.2.4'
  end
end