fix names and requires to get some elf out again (still crashes though)

This commit is contained in:
Torsten Ruger
2014-04-19 23:25:46 +03:00
parent a89bc3d628
commit 091a93f368
10 changed files with 39 additions and 27 deletions

View File

@@ -1,3 +1,9 @@
class Numeric
def fits_u8?
self >= 0 and self <= 255
end
end
module StreamReader
def read_binary(size, count, type)
d = __sr_read(size*count)