Bio::FlatFile::AutoDetect::RuleTemplate
Special element that is always top or bottom priority.
# File lib/bio/io/flatfile/autodetection.rb, line 118 def initialize(name) #super() @name = name end
always returns void array
# File lib/bio/io/flatfile/autodetection.rb, line 128 def higher_priority_elements [] end
# File lib/bio/io/flatfile/autodetection.rb, line 132 def lower_priority_elements [] end
modification of @name is inhibited.
# File lib/bio/io/flatfile/autodetection.rb, line 123 def name=(x) raise 'cannot modify name' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.