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, line 30 def inspect "[#{self.collect { |e| e.name.inspect }.join(' ')}]" end