class RuboCop::AST::DefNode

def arguments

Returns:
  • (Array) - the arguments of the method definition
def arguments
  node_parts[1]
end