mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 02:45:29 -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
|
||||
abstract struct Info
|
||||
def inode
|
||||
@stat.st_ino
|
||||
def inode : UInt64
|
||||
@stat.st_ino.to_u64
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user