module RuboCop::AST::MethodDispatchNode
def arguments
-
(Array
- the arguments of the dispatched method)
def arguments node_parts[2..-1] end
(Array)
- the arguments of the dispatched method
def arguments node_parts[2..-1] end