Update RBI files for rubocop-ast.

This commit is contained in:
BrewTestBot 2021-12-14 11:24:53 +00:00
parent ba04114cda
commit 15b601d657
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1551,6 +1551,7 @@ class RuboCop::AST::PairNode < ::RuboCop::AST::Node
def delimiter(*deprecated, with_spacing: T.unsafe(nil)); end
def hash_rocket?; end
def inverse_delimiter(*deprecated, with_spacing: T.unsafe(nil)); end
def value_omission?; end
def value_on_new_line?; end
end