Sha256: 1c6fe01a2b27b4466e0d2bc5953e805da50426c3dddb6e7cf66dae399d1426c7
Contents?: true
Size: 370 Bytes
Versions: 20
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `rational` nodes. This will be used in place of a plain # node when the builder constructs the AST, making its methods available to # all `rational` nodes within RuboCop. class RationalNode < Node include BasicLiteralNode include NumericNode end end end
Version data entries
20 entries across 20 versions & 3 rubygems