module RuboCop::AST::ParameterizedNode

def first_argument

Returns:
  • (Node, nil) - the first argument of the node,
def first_argument
  arguments[0]
end