Skip to content

Commit

Permalink
Update RBI files for rubocop-ast.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed May 31, 2021
1 parent b8391f9 commit 7d8723d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ end
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
def body; end
def branch_index; end
def pattern; end
def then?; end
end

Expand Down Expand Up @@ -757,7 +758,8 @@ module RuboCop::AST::MethodDispatchNode
def block_node; end
def command?(name); end
def const_receiver?; end
def def_modifier?; end
def def_modifier(node = T.unsafe(nil)); end
def def_modifier?(node = T.unsafe(nil)); end
def dot?; end
def double_colon?; end
def implicit_call?; end
Expand Down

0 comments on commit 7d8723d

Please sign in to comment.