module Datafile

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
data_path() click to toggle source
# File lib/datafile/version.rb, line 21
def self.data_path
    "#{root}/data"
end
root() click to toggle source
# File lib/datafile/version.rb, line 17
def self.root
  File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )
end
version() click to toggle source
# File lib/datafile/version.rb, line 9
def self.version
  VERSION
end