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

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#inspectObject

visualize contents



788
789
790
# File 'lib/bio/io/flatfile.rb', line 788

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