Sha256: aa2a30f57e93359772af1f2885265c4cd91ee9b74c56c2c7040b0b4882bc005c
Contents?: true
Size: 288 Bytes
Versions: 5
Compression:
Stored size: 288 Bytes
Contents
# frozen_string_literal: true module Mutant class Mutator class Node class ConstPattern < self handle(:const_pattern) children(:target, :pattern) private def dispatch; end end # ConstPAttern end # Node end # Mutator end # Mutant
Version data entries
5 entries across 5 versions & 1 rubygems