class Record

Public Instance Methods

length() click to toggle source
# File lib/dna/record.rb, line 4
def length
  @sequence.length
end