lib/mixed_gauge/config.rb in mixed_gauge-0.1.2 vs lib/mixed_gauge/config.rb in mixed_gauge-0.1.3

- old
+ new

@@ -1,9 +1,9 @@ module MixedGauge class Config DEFAULT_HASH_FUNCTION = -> (key) { Digest::MD5.hexdigest(key).to_i(16) } - attr_reader :hash_proc + attr_reader :hash_proc, :cluster_configs def initialize @cluster_configs = {} @hash_proc = DEFAULT_HASH_FUNCTION end