fix mod4 name

really did div4
This commit is contained in:
Torsten Ruger
2018-04-19 10:00:55 +03:00
parent 8e1efa3993
commit 3a50b7dd0e
21 changed files with 41 additions and 39 deletions

View File

@ -54,7 +54,7 @@ class Integer < Value
return self
end
int mod4()
int div4()
return self & 3
end