module GoldMine

Constants

VERSION

Public Class Methods

base_dir() click to toggle source
# File lib/gold_mine.rb, line 10
def self.base_dir
  Pathname.new(File.expand_path("../../", __FILE__))
end
default_db_path() click to toggle source
# File lib/gold_mine.rb, line 14
def self.default_db_path
  base_dir.join("fortunes/fortunes").to_s
end