Skip to content

Commit

Permalink
Merge pull request #754 from ksss/size_p
Browse files Browse the repository at this point in the history
Add File::Stat#size? signature
  • Loading branch information
soutaro authored Aug 19, 2021
2 parents 8c30d80 + dba17ad commit 6ddec1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/file.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,8 @@ class File::Stat < Object

def size: () -> Integer

def size?: () -> Integer?

def socket?: () -> bool

def sticky?: () -> bool
Expand Down

0 comments on commit 6ddec1a

Please sign in to comment.