Top Level Namespace

Defined Under Namespace

Classes: Eedb, Hash, Mysql, NilClass

Constant Summary collapse

TIME =

setup our constants

Time.now.to_i
LOCAL_DUMP_FILE =
File.expand_path("tmp/local-dump-#{TIME}.sql")
REMOTE_DUMP_FILE =
File.expand_path("tmp/remote-dump-#{TIME}.sql")
PREFS =

make a fake hash that has hashes in it

Hash.new(Hash.new({}))
OPT =
PREFS["opt"]
REGEX =
PREFS["regex"]
PATTERNS =
PREFS["replace"]