module RuboCop::AST::ParameterizedNode
def first_argument
-
(Node, nil)
- the first argument of the method invocation,
def first_argument arguments[0] end
(Node, nil)
- the first argument of the method invocation,
def first_argument arguments[0] end