Ran rubocop -a

This commit is contained in:
2020-12-14 16:04:31 -06:00
parent 2447dde1af
commit 26dd688124
59 changed files with 770 additions and 741 deletions

View File

@@ -13,9 +13,9 @@ module CyberarmEngine
end
def self.clear
@@hash.each do |key, value|
@@hash.each do |key, _value|
@@hash[key] = 0
end
end
end
end
end