From 600726e12ba74e5233bcdae5f0f3176c2e961752 Mon Sep 17 00:00:00 2001 From: Little_Rubyist Date: Thu, 6 Jun 2024 10:53:39 +0900 Subject: [PATCH] Refactor some comments and Add blank line --- .gitignore | 2 +- sig/lrama/grammar.rbs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1c62aef4..4b294890 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ /pkg/ /tmp/ /vendor/bundle -/.idea/ \ No newline at end of file +/.idea/ diff --git a/sig/lrama/grammar.rbs b/sig/lrama/grammar.rbs index 5ac117a5..9763bd1e 100644 --- a/sig/lrama/grammar.rbs +++ b/sig/lrama/grammar.rbs @@ -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]