Sha256: f16f7a4a7c335bcd4ba3744065c1ee6462369364a354e8dd61ee141eb2a4fd29
Contents?: true
Size: 411 Bytes
Versions: 6818
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true module RuboCop module AST # A node extension for `break` nodes. This will be used in place of a # plain node when the builder constructs the AST, making its methods # available to all `break` nodes within RuboCop. class BreakNode < Node include MethodDispatchNode include ParameterizedNode def arguments [] end end end end
Version data entries
6,818 entries across 6,795 versions & 27 rubygems