lib/Gosuplus/stateupdater.rb in Gosuplus-1.0 vs lib/Gosuplus/stateupdater.rb in Gosuplus-1.0.1

- old
+ new

@@ -1,5 +1,7 @@ -class StateUpdater - def self.update(entities) - entities.each(&:update) +module Gosuplus + class StateUpdater + def self.update(entities) + entities.each(&:update) + end end end \ No newline at end of file