module RuboCop::AST::ParameterizedNode

def last_argument

Returns:
  • (Node, nil) - the last argument of the node,
def last_argument
  arguments[-1]
end