Sha256: 8040579bcd742f2e9fd1a93784593d5dacb28adf92f70ee41b06076f066491cd
Contents?: true
Size: 411 Bytes
Versions: 6818
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `retry` nodes. This will be used in place of a # plain node when the builder constructs the AST, making its methods # available to all `retry` nodes within RuboCop. class RetryNode < Node include MethodDispatchNode include ParameterizedNode def arguments [] end end end end
Version data entries
6,818 entries across 6,795 versions & 27 rubygems