Update RBI files for rubocop-ast.
This commit is contained in:
parent
b8391f9481
commit
7d8723d885
@ -675,6 +675,7 @@ end
|
|||||||
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
|
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
|
||||||
def body; end
|
def body; end
|
||||||
def branch_index; end
|
def branch_index; end
|
||||||
|
def pattern; end
|
||||||
def then?; end
|
def then?; end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -757,7 +758,8 @@ module RuboCop::AST::MethodDispatchNode
|
|||||||
def block_node; end
|
def block_node; end
|
||||||
def command?(name); end
|
def command?(name); end
|
||||||
def const_receiver?; 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 dot?; end
|
||||||
def double_colon?; end
|
def double_colon?; end
|
||||||
def implicit_call?; end
|
def implicit_call?; end
|
||||||
Loading…
x
Reference in New Issue
Block a user