Class: Indelocator

Inherits:
MutationSet::Sample
  • Object
show all
Defined in:
lib/indelocator.rb

Defined Under Namespace

Classes: Line

Instance Method Summary collapse

Constructor Details

#initialize(mutation_config = nil, suppress_headers = nil) ⇒ Indelocator

Returns a new instance of Indelocator.



42
43
44
45
# File 'lib/indelocator.rb', line 42

def initialize mutation_config=nil, suppress_headers=nil
  super mutation_config, suppress_headers
  @headers = required.map(&:to_sym)
end