Add Mutant::EMPTY_HASH

This commit is contained in:
John Backus 2015-10-08 21:35:23 -07:00
parent 95d157458f
commit 9aec65b847

View file

@ -26,6 +26,7 @@ Thread.abort_on_exception = true
module Mutant
EMPTY_STRING = ''.freeze
EMPTY_ARRAY = [].freeze
EMPTY_HASH = {}.freeze
SCOPE_OPERATOR = '::'.freeze
# Test if CI is detected via environment