Sha256: 72f6781dbc8ec270ec543d68a1c3947ee32298e4c0c4e94308fa013cbc573fcd
Contents?: true
Size: 373 Bytes
Versions: 14
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `defined?` nodes. This will be used in place of a # plain node when the builder constructs the AST, making its methods # available to all `send` nodes within RuboCop. class DefinedNode < Node include ParameterizedNode include MethodDispatchNode end end end
Version data entries
14 entries across 12 versions & 2 rubygems