| Class | Bio::FlatFile::AutoDetect::RuleSpecial |
| In: |
lib/bio/io/flatfile/autodetection.rb
|
| Parent: | RuleTemplate |
Special element that is always top or bottom priority.
# File lib/bio/io/flatfile/autodetection.rb, line 118
118: def initialize(name)
119: #super()
120: @name = name
121: end
always returns void array
# File lib/bio/io/flatfile/autodetection.rb, line 128
128: def higher_priority_elements
129: []
130: end