D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
ruby
/
vendor_ruby
/
columnize
/
Filename :
version.rb
back
Copy
# Sets constant Columnize::VERSION, the version number of # this package. It is used in Gem creation but can also be consulted after # require'ing 'columnize'. module Columnize # The current version of this package VERSION = '0.9.0' end