Merge pull request #713 from jam7/refactor/debug-symbol

DEBUG_SYMBOLS modification
This commit is contained in:
lyxell
2017-06-06 14:28:45 +02:00
committed by GitHub

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.