Method: Bio::FastaNumericFormat#length

Defined in:
lib/bio/db/fasta/qual.rb

#lengthObject

Returns the number of elements in the numerical data, which will be the same of its corresponding sequence length.


Returns

(Integer) the number of elements



75
76
77
# File 'lib/bio/db/fasta/qual.rb', line 75

def length
  data.length
end