mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Force File::Info#inode to return UInt64
This commit is contained in:
parent
5779d225f6
commit
07965b98b7
@ -2,8 +2,8 @@ require "./util"
|
|||||||
|
|
||||||
class File
|
class File
|
||||||
abstract struct Info
|
abstract struct Info
|
||||||
def inode
|
def inode : UInt64
|
||||||
@stat.st_ino
|
@stat.st_ino.to_u64
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user