lib/rydux/reducer.rb in rydux-0.9.1 vs lib/rydux/reducer.rb in rydux-0.9.2

- old
+ new

@@ -1,7 +1,6 @@ module Rydux class Reducer def self.map_state(action, state = {}) - end end end