class Bio::GFF::GFF3::Record::Gap::Code
Code is a class to store length of single-letter code.
Attributes
code[R]
1-letter code (Symbol). One of :M, :I, :D, :F, or :R is expected.
length[R]
length (Integer)
Public Instance Methods
to_s()
click to toggle source
# File lib/bio/db/gff.rb, line 1265 def to_s "#{code}#{length}" end