Change to read CREW_DEBUG_SYMBOL environment variable

This commit is contained in:
Kazushi (Jam) Marukawa
2017-05-13 22:22:08 +09:00
parent 41cefa1e24
commit 8a34eb0f95

View File

@@ -9,6 +9,8 @@ class Package
attr_accessor :in_upgrade
end
@@debug_symbol = ENV['CREW_DEBUG_SYMBOL'] || false
def self.dependencies
# Not sure how to initialize instance variable of not constructed class.
# Therefore, initialize it in reader function.