move fits_u8 to integer constant (from numberic)
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
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)
|
||||
|
Reference in New Issue
Block a user