Commit Graph

3 Commits

Author SHA1 Message Date
Joni Savolainen
4e43a06f1b Remove unnecessary utilities (#99)
- Comparable.clamp is already defined
- Boolean class does not exist
- String#start_with? already exists
- String#end_with? already exists
- String#bytesize already exists
- String#capitalize already exists
- Integer#digits already exists
- Array#first and Array#last already exist
- Array#shuffle already exists

Ruby's own Integer#digits returns an array with the least significant digit as the first array element. That means that the method's only usage has to be appended with a call to Array#reverse.
2021-02-26 19:38:27 +00:00
Maruno17
bba24abc1a Abolished screen border, screenshots are now png format, removed Sprite Resizer scripts, credited mkxp-z 2020-11-24 22:41:05 +00:00
m3rein
1479dbd702 Fixed compiler always triggering 2020-09-09 14:34:08 +02:00