Sha256: 488cdb7ac97a506608298bb5fc6e3d2d9b2c17067185e56d6031d947d940c2c8
Contents?: true
Size: 357 Bytes
Versions: 195
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `return` nodes. This will be used in place of a # plain node when the builder constructs the AST, making its methods # available to all `return` nodes within RuboCop. class ReturnNode < Node include ParameterizedNode::WrappedArguments end end end
Version data entries
195 entries across 189 versions & 24 rubygems