Class: Bio::FlatFile::AutoDetect::RulesArray

Inherits:
Array
  • Object
show all
Defined in:
lib/bio/io/flatfile/autodetection.rb

Overview

Array to store autodetection rules. This is defined only for inspect.

Instance Method Summary collapse

Instance Method Details

#inspectObject

visualize contents



30
31
32
# File 'lib/bio/io/flatfile/autodetection.rb', line 30

def inspect
  "[#{self.collect { |e| e.name.inspect }.join(' ')}]"
end