Sha256: 7a805fdd8557fcea79fc3b9fa1f69809ec97354c3c14149850c86eb22beabe28
Contents?: true
Size: 333 Bytes
Versions: 7411
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `sym` nodes. This will be used in place of a # plain node when the builder constructs the AST, making its methods # available to all `sym` nodes within RuboCop. class SymbolNode < Node include BasicLiteralNode end end end
Version data entries
7,411 entries across 7,375 versions & 53 rubygems