lib/cascade/statistics_stores/abstract_store.rb in cascade-rb-0.2.3 vs lib/cascade/statistics_stores/abstract_store.rb in cascade-rb-0.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Cascade
module StatisticsStores
class AbstractStore
def initialize(default_value = nil)
@store = default_value || initialize_value