Sha256: ff908a0bf93aa4853c9773c286abe8945ccb5098973a6f801364ea7ef7d3383d
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
# encoding: utf-8 module Mutant class Mutator class Node # OpAsgn mutator class OpAsgn < Generic handle(:op_asgn, :and_asgn) private # Emit mutations # # @return [undefined] # # @api private # def dispatch super emit_nil end end # OpAsgn end # Node end # Mutator end # Mutant
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.5.18 | lib/mutant/mutator/node/op_asgn.rb |