module FootballDb::Clubs
Constants
- MAJOR
- MINOR
- PATCH
- VERSION
Public Class Methods
data_dir()
click to toggle source
# File lib/footballdb/clubs/version.rb, line 24 def self.data_dir ## rename to config_dir - why? why not? "#{root}/config" end
root()
click to toggle source
# File lib/footballdb/clubs/version.rb, line 20 def self.root File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) ) end
version()
click to toggle source
# File lib/footballdb/clubs/version.rb, line 12 def self.version VERSION end