Skip to content

Commit

Permalink
Add signature of ParserState#enum_numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Dec 6, 2023
1 parent e313982 commit cae6df6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sig/lrama/grammar/parser_state.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module Lrama
def int_to_name: () -> Array[String]
def enum_name_table_name: () -> String
def stack_prefix: () -> String

private
def enum_numbers:() -> Array[String]
end
end
end

0 comments on commit cae6df6

Please sign in to comment.