sig/lrama/grammar/rule.rbs in lrama-0.5.10 vs sig/lrama/grammar/rule.rbs in lrama-0.5.11

- old
+ new

@@ -2,10 +2,10 @@ class Grammar class Rule attr_accessor original_rule: Rule def initialize: ( - ?id: untyped, ?_lhs: untyped, ?lhs: untyped, ?_rhs: untyped, ?rhs: untyped, + ?id: untyped, ?_lhs: untyped, ?lhs: untyped, ?lhs_tag: untyped, ?_rhs: untyped, ?rhs: untyped, ?token_code: untyped, ?position_in_original_rule_rhs: untyped, ?nullable: untyped, ?precedence_sym: untyped, ?lineno: untyped ) -> void end end