class RuboCop::AST::RetryNode

available to all ‘retry` nodes within RuboCop.
plain node when the builder constructs the AST, making its methods
A node extension for `retry` nodes. This will be used in place of a

def arguments

def arguments
  []
end