Sha256: 14be120e5393d2cba89cb6d28cc7ae99e7aff485fe0f2a5b6f7c201e011f5ee3

Contents?: true

Size: 477 Bytes

Versions: 24

Compression:

Stored size: 477 Bytes

Contents

module Mutant
  class Mutator
    class Node
      # Namespace for define mutations
      class Defined < self

        handle(:defined?)

        children :expression

      private

        # Emit mutations
        #
        # @return [undefined]
        #
        # @api private
        #
        def dispatch
          emit_expression_mutations do |node|
            !n_self?(node)
          end
        end

      end # Defined
    end # Node
  end # Mutator
end # Mutant

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
mutant-0.8.0 lib/mutant/mutator/node/defined.rb
mutant-0.7.9 lib/mutant/mutator/node/defined.rb
mutant-0.7.8 lib/mutant/mutator/node/defined.rb
mutant-0.7.7 lib/mutant/mutator/node/defined.rb
mutant-0.7.6 lib/mutant/mutator/node/defined.rb
mutant-0.7.5 lib/mutant/mutator/node/defined.rb
mutant-0.7.4 lib/mutant/mutator/node/defined.rb
mutant-0.7.3 lib/mutant/mutator/node/defined.rb
mutant-0.7.2 lib/mutant/mutator/node/defined.rb
mutant-0.7.1 lib/mutant/mutator/node/defined.rb
mutant-0.6.7 lib/mutant/mutator/node/defined.rb
mutant-0.6.6 lib/mutant/mutator/node/defined.rb
mutant-0.6.5 lib/mutant/mutator/node/defined.rb
mutant-0.6.4 lib/mutant/mutator/node/defined.rb
mutant-0.6.3 lib/mutant/mutator/node/defined.rb
mutant-0.6.2 lib/mutant/mutator/node/defined.rb
mutant-0.6.0 lib/mutant/mutator/node/defined.rb
mutant-0.5.26 lib/mutant/mutator/node/defined.rb
mutant-0.5.25 lib/mutant/mutator/node/defined.rb
mutant-0.5.24 lib/mutant/mutator/node/defined.rb