Class: Indelocator
- Inherits:
-
MutationSet::Sample
- Object
- MutationSet::Sample
- Indelocator
- Defined in:
- lib/indelocator.rb
Defined Under Namespace
Classes: Line
Instance Method Summary collapse
-
#initialize(mutation_config = nil, suppress_headers = nil) ⇒ Indelocator
constructor
A new instance of Indelocator.
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 |