class Bio::FlatFile::AutoDetect::RulesArray
Array to store autodetection rules. This is defined only for inspect.
Public Instance Methods
inspect()
click to toggle source
visualize contents
# File lib/bio/io/flatfile/autodetection.rb 30 def inspect 31 "[#{self.collect { |e| e.name.inspect }.join(' ')}]" 32 end