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