diff options
-rw-r--r-- | engine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ class Engine def state_h hash = state_to_hash - hash[:checksum] = checksum hash + hash['checksum'] = checksum hash hash end |
index : hex-curler | |
A minimal webgame to play with curl |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | engine.rb | 2 |
@@ -38,7 +38,7 @@ class Engine def state_h hash = state_to_hash - hash[:checksum] = checksum hash + hash['checksum'] = checksum hash hash end |