Class: SchemaEvolutionManager::Library
- Inherits:
-
Object
- Object
- SchemaEvolutionManager::Library
- Defined in:
- lib/schema-evolution-manager/library.rb
Constant Summary collapse
- TMPFILE_DIR =
"/tmp"- TMPFILE_PREFIX =
"schema-evolution-manager-#{Process.pid}.tmp"- @@tmpfile_count =
0- @@verbose =
false- @@base_dir =
Library.normalize_path(File.join(File.dirname(__FILE__), ".."))