Fixnum is now spelled Integer (#33)

This commit is contained in:
Akim Demaille 2021-02-26 15:47:31 +01:00 committed by GitHub
parent 272f4a8835
commit 9f06914f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module AST
alias to_a children
# Returns the precomputed hash value for this node
# @return [Fixnum]
# @return [Integer]
attr_reader :hash
# Constructs a new instance of Node.