module BeerDbTool

Note: BeerDb::VERSION gets used by core, that is, beerdb-models

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/beerdb/cli/version.rb, line 21
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}"
end
version() click to toggle source
# File lib/beerdb/cli/version.rb, line 13
def self.version
  VERSION
end