Skip to content

Commit

Permalink
Refactor some comments and Add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Little-Rubyist committed Jun 6, 2024
1 parent ba637b8 commit 600726e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
/pkg/
/tmp/
/vendor/bundle
/.idea/
/.idea/
4 changes: 1 addition & 3 deletions sig/lrama/grammar.rbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
module Lrama
# Grammar is the result of parsing an input grammar file
class Grammar
ExceedsMaxError: Class

include Symbols::_DelegatedMethods

@rule_counter: Counter
@percent_codes: Array[PercentCode]
@printers: Array[Printer]
Expand Down

0 comments on commit 600726e

Please sign in to comment.