Commit 157b6e01 authored by lyxell's avatar lyxell Committed by GitHub

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

DEBUG_SYMBOLS modification
parents b0e8cf1a 8a34eb0f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment