class GeneGenie::NullMutator
A NullMutator
does no mutation on the gene @since 0.0.1
Public Class Methods
new(*_)
click to toggle source
# File lib/gene_genie/mutator/null_mutator.rb, line 5 def initialize(*_) end
Public Instance Methods
call(hash)
click to toggle source
# File lib/gene_genie/mutator/null_mutator.rb, line 8 def call(hash) hash end