File: version.rb

package info (click to toggle)
ruby-cool.io 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 716 kB
  • sloc: ansic: 6,851; ruby: 1,730; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
6
7
module Coolio
  VERSION = "1.9.3"
  
  def self.version
    VERSION
  end
end