Sha256: 5017633b9c7e5f7c97cc05f702e48a865eb17b07319a5ae49f3a052b5b0bd429
Contents?: true
Size: 332 Bytes
Versions: 6765
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `irange` and `erange` nodes. This will be used in # place of a plain node when the builder constructs the AST, making its # methods available to all `irange` and `erange` nodes within RuboCop. class RangeNode < Node end end end
Version data entries
6,765 entries across 6,761 versions & 23 rubygems